Hi, I'm working with an application and need to send mails (e.g notificatios) I don't want to save credentials in plain text on the web.config in SMTP configuration due to the security risks that it represents. Instead of that I'm going to implement somethine like Azure KeyVault to store credentiasl.
I was looking the Umbraco source code on github and found that if SMTP isn't configured a OnSendMail event is raised...
But I didn't find any documentation on about this this event. Is there a way to subscribe to this event or replace this functionality?
Suscribe to OnSendMail event
Hi, I'm working with an application and need to send mails (e.g notificatios) I don't want to save credentials in plain text on the web.config in SMTP configuration due to the security risks that it represents. Instead of that I'm going to implement somethine like Azure KeyVault to store credentiasl.
I was looking the Umbraco source code on github and found that if SMTP isn't configured a
OnSendMail
event is raised...But I didn't find any documentation on about this this event. Is there a way to subscribe to this event or replace this functionality?
is working on a reply...