add action mailer init

This commit is contained in:
albert
2013-03-08 17:49:50 -05:00
parent 626c34b893
commit c9f6954b03
2 changed files with 10 additions and 2 deletions

View File

@@ -293,9 +293,8 @@ module Danbooru
nil
end
# If you wish to proxy emails through Amazon SES
def amazon_ses
# {:smtp_server_name => "smtp server name", :user_name => "amazon user name", :ses_smtp_user_name => "smtp user name", :ses_smtp_password => "smtp password"}
# {:smtp_server_name => "smtp server", :user_name => "user name", :ses_smtp_user_name => "smtp user name", :ses_smtp_password => "smtp password"}
nil
end
end