|
@@ -105,6 +105,10 @@ IMPORT_DEFAULT_SCENARIO_FOR_ALL_USERS=true
|
|
|
# SMTP_USER_NAME must be set to none or else you will receive
|
|
|
# errors that AUTH not enabled.
|
|
|
|
|
|
+# Uncomment if you want to use `/usr/sbin/sendmail` to send email instead of SMTP.
|
|
|
+# This option is ignored unless RAILS_ENV=production, and setting it to `sendmail` causes the settings in the rest of this section (except EMAIL_FROM_ADDRESS) to be ignored.
|
|
|
+#SMTP_DELIVERY_METHOD=sendmail
|
|
|
+
|
|
|
SMTP_DOMAIN=your-domain-here.com
|
|
|
SMTP_USER_NAME=you@gmail.com
|
|
|
SMTP_PASSWORD=somepassword
|