This docker container upload a file to dropbox and send a mail with this file link
206
docker run -it --rm -e FROM='[email protected]' -e TO='[email protected]' -e SUBJECT='topic' -e DROPBOX_ACCESS_TOKEN='token' -e DROPBOX_FOLDER='folder' -e FILE_NAME='test.file' -v $PWD:/tmp/ --name mail-app mail-dropbox-storage
Content type
Image
Digest
Size
286 MB
Last updated
almost 9 years ago
docker pull niltonvasques/docker-dropbox-mail