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:
You can just leave off the :username and :authentication parameters - setting them to "none" or blank or whatever won't have the same effect.