Skip to content

Instantly share code, notes, and snippets.

@mysteriouspants
Created July 24, 2013 22:45
Show Gist options
  • Save mysteriouspants/6075313 to your computer and use it in GitHub Desktop.
Save mysteriouspants/6075313 to your computer and use it in GitHub Desktop.
Eyjafjallajokull::Application.configure do
# ... other boring configuration which doesn't relate to ActionMailer
config.action_mailer.default_url_options = { host: 'localhost:3000' }
config.action_mailer.delivery_method = :file
config.action_mailer.file_settings = { location: Rails.root.join('tmp/mail') }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment