Skip to content

Question: Variables #8

Description

@candidexmedia

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions