This docker container upload a file to sharepoint and send a mail with this file link
280
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
Content type
Image
Digest
Size
277.7 MB
Last updated
about 9 years ago
docker pull niltonvasques/docker-sharepoint-uploader-notify