Hello! I just wanted to clarify whether the following variables are required: EMAIL_PORT and FROM
The README explains that the server must be started with the following environment variables:
TO="email1@example.com,email2@example.com" \
EMAIL_USER="username" \
EMAIL_PASS="*******" \
EMAIL_HOST="mail.gandi.net" \
EMAIL_PORT=587 \
npm start
EMAIL_PORT, however, is not marked as required in app.json.
In a similar vein, FROM is marked as required in app.json, but not in the README section quoted above.
Additionally, I wasn't sure if this was a mistake or intentional, but the README describes REDIRECT as:
If set to true, the server will redirect to the URL provided in the thanks hidden field of the form
However, the app.json describes it as:
URL to redirect to after the form submission. Default: false
Hello! I just wanted to clarify whether the following variables are required:
EMAIL_PORTandFROMThe README explains that the server must be started with the following environment variables:
EMAIL_PORT, however, is not marked as required in app.json.In a similar vein,
FROMis marked as required in app.json, but not in the README section quoted above.Additionally, I wasn't sure if this was a mistake or intentional, but the README describes
REDIRECTas:However, the app.json describes it as: