SMTP mailserver add Print

  • 2

In order to be able to send emails or the function "Registration with Welcome email" you have to use an SMTP server.
We do not offer SMTP / EMAIL services, which is why you have to use an external one.
You can then send us the SMTP details according to the documentation and we will set the settings for you.

The format of the config looks like this:

ALLOW_MAIL_NOTIFICATIONS=true
#
# The notifications are sent using sendmail, unless the SMTP_SERVER variable is set.
# In that case, make sure the rest of the variables are properly set.
#
SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587
SMTP_DOMAIN=gmail.com
SMTP_USERNAME=<youremail@gmail.com>
SMTP_PASSWORD=<yourpassword>
SMTP_AUTH=plain
SMTP_STARTTLS_AUTO=true


Was this answer helpful?

« Back