- Issue created by @paul_constantine
- 🇩🇪Germany paul_constantine
I found out the following:
This error means my system used an outdated or unsupported authentication mechanism (such as AUTH LOGIN) to send the test email.
Note: Only the tech support of your system can fix this problem.You can ask the tech support of your system that:
Proton SMTP Submission requires using the AUTH PLAIN mechanism to send emails.
So here is the real question: How do I change my authentication mechanism to AUTH PLAIN? Or does Drupal support AUTH PLAIN?
Is this even an issue of Drupal or is it the Ubuntu server?
Cheers
Paul - 🇩🇪Germany paul_constantine
Nevermind.
I fixed my problem myself by deleting this module and using the PHPMailer module instead. This module allows me to use the AUTH PLAIN method.
P.