Hi,
I’m looking for feedback on my PR Sign in to GitHub · GitHub
Since production applications typically run with log level info and email adresses should be considered as sensitive data (or personal data under GDPR) 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.
It’s a small change but would be a nice improvement for the privacy of users of Rails applications.