Sign inSign up

ia3andy/postmail

By ia3andy

Updated over 8 years ago

A node docker container that receive post forms and transmit them by email

Image
0

148

ia3andy/postmail repository overview

Environments:

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]"

Tag summary

Content type

Image

Digest

Size

24.3 MB

Last updated

over 8 years ago

docker pull ia3andy/postmail