Iβm learning how to send emails from our application more securely.
We are currently sending emails directly to the IIS SMTP server, but we are looking at ways to deliver email more securely if the server goes down, restarts, etc.
I thought that a way to implement this would be to store emails (with attachments) in a queue that would be processed by a separate process, or to store emails in a database, which would then be processed.
I would like advice and any suggestions would be appreciated.
thanks
source share