I don't want to put the account and password for our gmail account in the production app config file.
Rather I would like to set things up so that this information is in a separate yml file that will not be stored on our git repository. We do this with other data that needs to be secured, but I don't see a straight forward way to do it with action_mailer.
In otherwords I want action_mailer to read its config info from something like action_mailer_config.yml NOT from the environments/production.rb config file.