Hi team,
Over the last few months, I’ve been having “authentication failed
” issues when sending email. SMTP is configured correctly, and the test is OK, and 98% of all email go through without any issue. However, time and again, I get authentication errors and with the volume of users on my app growing, I am getting these emails increasingly often.
These errors arise in a variety of situations, and the emails I get look like this :
Hello XXX,
This is a notification to inform you about the error by your application.The information about the error can be found below.
Application name: AppName
Application ID: XXX-XXX-XXX-XXX
Message: Error occurred during template-based email sending. Subject '⛵️ Your profile is now up and running!'. Recipients xxx@xxx.com. Email template 'Email verified'
Exception: 535 5.7.8 Error: authentication failed: authentication failed
Thank you for using Backendless!
the Backendless Team
or also
Hello XXX,
This is a notification to inform you about the error by your application.The information about the error can be found below.
Application name: AppName
Application ID: XXX-XXX-XXX-XXX
Message: Send message 'Backendless: zip files' was failed Recipients: xxx@xxx.com
Exception: 535 5.7.8 Error: authentication failed: authentication failed
Thank you for using Backendless!
the Backendless Team
Because this seemed like some problem on the email provider side, I contacted them (Proton) first. They have investigated and been unable to identify a problem on their side. I have several other applications other than Backendless sending email via their SMTP service, and Backendless is the only one triggering authentication issues. Therefore, they told me that
According to our system logs, one possible reason that this occurs on Backendless is because some Backendless email models did not process and send your SMTP credentials to Proton as expected. Can you ask Backendless for their system developer's contact email? We are happy to explain the situation to them, as their developer must retrieve the SMTP logs for further investigation.
Thanks a lot of you could come back to me so that we may find a solution. Indeed, I need to solve this because in the meantime, several of my users are having a poor experience. Some of them, for example, are not getting their address confirmation links, and remain stuck.
Best regards