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
Mandrill Configuration
Section titled “Mandrill Configuration”Edit ~/surfly/config.env file and add the following lines:
EMAIL_BACKEND=surflyapp.email_backends.MandrillBackendMANDRILL_API_KEY=abc123SMTP Server Configuration
Section titled “SMTP Server Configuration”Edit ~/surfly/config.env file:
EMAIL_BACKEND=surflyapp.email_backends.SMTPBackendEMAIL_HOST=youremailserver.comEMAIL_PORT=1025EMAIL_HOST_USER=clientEMAIL_HOST_PASSWORD=passwordEMAIL_USE_TLS=trueEMAIL_USE_SSL=false