Add AUTH command support for SMTP
Describe the Change
Add support for the AUTH command on the SMTP server (https://www.samlogic.net/articles/smtp-commands-reference-auth.htm).
At the moment the only time the socket listener calls back to Pode itself is when an email is received. This will need extra logic to somehow call back to Pode for authentication if the AUTH command is received. It will likely also need new Auth function specifically for SMTP.
Hi, hope you are doing well.
Is it possible that this AUTH feature is available in some test version of Pode module? SMTP server with authentication and MS GraphAPI Send.mail feature will solve so many problems. for me also.
Hi, I'm afraid not. I have had thoughts about how I can achieve this though, as I'll need similar for WebSockets as well.
Hi, I'm afraid not. I have had thoughts about how I can achieve this though, as I'll need similar for WebSockets as well.
Ok, thanks. We will wait and hope for the best