Skip to content

Commit

Permalink
Default charset of action mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
hbin committed Apr 28, 2015
1 parent 884484c commit def98af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/action_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.default charset: 'utf-8'
ActionMailer::Base.smtp_settings = { address: 'smtp.mandrillapp.com',
port: 587,
enable_starttls_auto: true,
Expand Down

0 comments on commit def98af

Please sign in to comment.