You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's often very useful to be notified by email about errors in an application as described here: https://symfony.com/doc/current/logging/monolog_email.html but in the same time sending emails with technical / sensible information can be seen as security risk and pointed by auditors.
It seems to me it would be possible to add an encrypt_certif option to provide a crt that can be used by the handler to encrypt the emails.
If the encrypt_certif is a valid certificate, it can be passed to the MailerHandler (monolog-bridge) and then used in the send method like this:
Hello,
What do you think about providing an option to encrypt emails when using the Symfony MailerHandler? As described here
https://symfony.com/doc/current/mailer.html#encrypting-messages
It's often very useful to be notified by email about errors in an application as described here: https://symfony.com/doc/current/logging/monolog_email.html but in the same time sending emails with technical / sensible information can be seen as security risk and pointed by auditors.
It seems to me it would be possible to add an
encrypt_certif
option to provide a crt that can be used by the handler to encrypt the emails.If the
encrypt_certif
is a valid certificate, it can be passed to the MailerHandler (monolog-bridge) and then used in the send method like this:What do you think about this idea?
The text was updated successfully, but these errors were encountered: