1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Restore default mail from

This commit is contained in:
Matt Jankowski 2024-06-06 11:51:25 -04:00
parent 85a761722c
commit aec78a7252

View file

@ -35,6 +35,8 @@ Rails.application.configure do
config.action_mailer.perform_caching = false
config.action_mailer.default_options = { from: 'notifications@localhost' }
# Tell Action Mailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.