If you're using ActionMailer to send email from a Rails app and you're using a mail relay that doesn't require authentication (e.g., it's on a private subnet), here's how to specify that in your environment.rb file: ActionMailer::Base.delivery_method = :smtpActionMailer::Base.smtp_settings =...