Skip to content

This docker container upload a file to sharepoint and send a mail with this file link

Notifications You must be signed in to change notification settings

niltonvasques/docker-sharepoint-uploader-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailing Sharepoint Storage Docker Container

This docker container upload a file to sharepoint and send a mail with this file link

Usage

    docker run -it --rm -e FROM='[email protected]' -e TO='[email protected]' -e SUBJECT='topic' -e SHAREPOINT_LOGIN='[email protected]' -e SHAREPOINT_PASS='pass' -e MAIL_PASS='pass' -e SHAREPOINT_URL='sharepoint.com' -e SHAREPOINT_SITE='site' -e SHAREPOINT_FOLDER='folder' -e FILE_NAME='test.file' -v $PWD:/tmp/ --name mail-app mail-sharepoint-storage

About

This docker container upload a file to sharepoint and send a mail with this file link

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages