A node docker container that receive post forms and transmit them by email
148
Email subject (Optional, default: "[POSTMAIL]"):
$ export SUBJECT = "[POSTMAIL]"
Allow only one origin to send request (endsWith):
$ export ALLOW_ORIGIN = "mydomain.com"
Only the email service gmail is available for now:
GMail email (used as source email):
$ export TRANSPORTER_EMAIL = "[email protected]"
GMail application password (Activate 2F Authentication):
$ export TRANSPORTER_PASSWORD = "app_password"
Destination email:
$ export DESTINATION_EMAIL = "[email protected]"
Content type
Image
Digest
Size
24.3 MB
Last updated
over 8 years ago
docker pull ia3andy/postmail