I had to assist a local web developer with a client's website today, because the new eCommerce solution deployed wasn't able to mail people reliably.
Wordpress based platform, using the paid version of this plugin: https://wordpress.org/plugins/wp-mail-smtp/
I'm putting it here because it uses the most modern form of integration with O365 I've ever seen. The process is documented here: https://wpmailsmtp.com/docs/how-to-s...-wp-mail-smtp/
The application relies on an Azure Web App Registration. This links the WordPress instance with a specific Exchange mailbox, via a use once single auth token that's independent of the actual mailbox's login and password. It further complicates things by having a login that's a GUID instead of a username. The two tokens aren't MFA, but they are stupidly hard to guess or brute force. You also cannot get the password again from the UI once it's off the screen.
If Untangle could take advantage of a similar engine to authorize report mails, it would greatly simplify the process of moving around the data we have. That being said what we have know isn't bad, but my current solutions rely on SPF record manipulation and direct send, this isn't possible without a static IP address.
Are there any plans to integrate Untangle reporting with modern mail mechanisms? O365, AWS, and Google support along these lines will become a requirement at some point. Heck, just SendGrid integration would be nice too, a free account goes a long way... but I have to admit I'm really loving this Azure hook, because it means I can hit up https://protection.office.com and run a report and see everything that passed through the mailbox assigned. I KNOW orders are flowing, there's no doubt and I can see each and every email generated in a simple report. I'd love to be able to do the same for my Untangle Report mails.
Authenticated SMTP is great after all, but losing ground.