1 # Configure ActionMailer SMTP settings
2 ActionMailer::Base.smtp_settings = {
3 :address => "localhost",
5 :domain => "localhost",
6 :enable_starttls_auto => false
9 # Set the host and protocol for all ActionMailer URLs
10 ActionMailer::Base.default_url_options = {
12 :protocol => SERVER_PROTOCOL