1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/test/mailers
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
..
asset_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
base_mailer.rb Don’t log recipients when sending mail 2019-02-13 09:55:38 -05:00
caching_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
delayed_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
params_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
proc_mailer.rb Fix AM::Base.default proc arity breaking change 2017-08-29 09:42:28 -04:00