1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/lib/action_mailer
Jaap van der Plas 2488901da8 Don’t log recipients when sending mail
Since production applications typically run with log level info and
email adresses should be considered as sensitive data we want to prevent 
them from ending up in the logs. In development mode (with log level
debug) they are still logged as part of the Mail::Message object.
2019-02-13 09:55:38 -05:00
..
base.rb Don’t log recipients when sending mail 2019-02-13 09:55:38 -05:00
collector.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
delivery_job.rb Add MailDeliveryJob for unified mail delivery 2018-12-04 11:00:34 -05:00
delivery_methods.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
gem_version.rb Preparing for 6.0.0.beta1 release 2019-01-18 15:42:12 -05:00
inline_preview_interceptor.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
log_subscriber.rb Don’t log recipients when sending mail 2019-02-13 09:55:38 -05:00
mail_delivery_job.rb Add MailDeliveryJob for unified mail delivery 2018-12-04 11:00:34 -05:00
mail_helper.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
message_delivery.rb Add MailDeliveryJob for unified mail delivery 2018-12-04 11:00:34 -05:00
parameterized.rb Fix legacy fallback for parameterized mailers 2019-01-07 17:38:28 -05:00
preview.rb ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207) 2018-05-30 17:36:24 -04:00
railtie.rb Zeitwerk integration 2019-02-12 02:28:04 -08:00
rescuable.rb Use tt in doc for action_mailer [ci skip] 2017-08-26 08:40:18 +09:00
test_case.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
test_helper.rb Add MailDeliveryJob for unified mail delivery 2018-12-04 11:00:34 -05:00
version.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00