Skip to content

Email Configuration

Surfly does not require you to configure email functionality to create a session. However, user activation process includes an activation link from the email

Edit ~/surfly/config.env file and add the following lines:

EMAIL_BACKEND=surflyapp.email_backends.MandrillBackend
MANDRILL_API_KEY=abc123

Edit ~/surfly/config.env file:

EMAIL_BACKEND=surflyapp.email_backends.SMTPBackend
EMAIL_HOST=youremailserver.com
EMAIL_PORT=1025
EMAIL_HOST_USER=client
EMAIL_HOST_PASSWORD=password
EMAIL_USE_TLS=true
EMAIL_USE_SSL=false