The configuration parameters for the email service are:
Parameter | Required | Description |
---|---|---|
EMAIL_HOST | Required | The host address of the email server. |
EMAIL_PORT | Required | The port the email server is running on. |
EMAIL_USERNAME | Required | The user name the connector will use to contact the email server. |
EMAIL_PASSWORD | Required | The password of the user the connector will use to contact the email server. |
EMAIL_SMTP_AUTH | Required | Sets whether the connection to the email server requires authentication, for example: true |
EMAIL_SMTP_STARTTLS | Required | Sets whether the connection uses TLS, for example: true |