Commit d66be11adc6cfb1ad773ffb1b90dcfc99f01b1ce
1 parent
b97b4d99
Exists in
master
and in
1 other branch
use sendmail
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
config/environment.rb
| ... | ... | @@ -11,7 +11,8 @@ Rails::Initializer.run do |config| |
| 11 | 11 | |
| 12 | 12 | config.time_zone = 'UTC' |
| 13 | 13 | |
| 14 | - config.action_mailer.delivery_method = :smtp | |
| 14 | + #config.action_mailer.delivery_method = :smtp | |
| 15 | + config.action_mailer.delivery_method = :sendmail | |
| 15 | 16 | |
| 16 | 17 | config.gem "ambethia-smtp-tls", |
| 17 | 18 | :lib => "smtp-tls", | ... | ... |