Add user feedback mailer
This commit is contained in:
@@ -64,15 +64,17 @@ Qwaiter::Application.configure do
|
||||
config.action_mailer.default_url_options = {
|
||||
host: 'www.mozo.bar'
|
||||
}
|
||||
config.action_mailer.smtp_settings = {
|
||||
address: "smtp.gmail.com",
|
||||
port: 587,
|
||||
domain: "mozo.bar",
|
||||
authentication: :plain,
|
||||
user_name: "bterkuile@companytools.nl",
|
||||
password: "BjTKct22",
|
||||
enable_starttls_auto: true
|
||||
}
|
||||
|
||||
config.action_mailer.delivery_method = :sendmail
|
||||
#config.action_mailer.smtp_settings = {
|
||||
#address: "smtp.gmail.com",
|
||||
#port: 587,
|
||||
#domain: "mozo.bar",
|
||||
#authentication: :plain,
|
||||
#user_name: "bterkuile@companytools.nl",
|
||||
#password: "BjTKct22",
|
||||
#enable_starttls_auto: true
|
||||
#}
|
||||
|
||||
# Enable threaded mode
|
||||
# config.threadsafe!
|
||||
|
||||
Reference in New Issue
Block a user