Dear appwrite team Has anyone configured it yet please help me, I am also having problems configuring this smtp, I am using microsoft office 365 mail provider and always receive the error: has failed Exception: Error sending mail : SMTP Error: Could not authenticate. print /usr/src/code/app/workers/mails.php:68 but I don't know why, because the account I use to configure I still log in normally Looking forward to everyone's help thank you
Configuring this smtp
Help me
Do you have multifactor authentication enabled?
I also heard office 365 doesn't allow SMTP authentication anymore. Have you tested SMTP authentication by some other means?
@Steven I have tried many parties: gmail, office365, sendgrid but all receive the above error can you please help me with this part,
You can use some tool like
https://www.gmass.co/smtp-test
Or https://www.smtper.net/ to test and figure out what values you need to use
oh thank so much
sorry
t test by tool done
So did you figure out the right values?
error
You put the same values as in the test tool?
What about the _APP_SYSTEM_EMAIL_ADDRESS environment variable?
Can you remote check the config for me?
DM me what you used for this test
I have sent you a private ibox, can you please check it for me?
help me
thank you i fix done
The problem was the SMTP secure environment variable needed to be tls
rather than TLS
Recommended threads
- Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some ...
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...
- create project api-rest
Hello good afternoon, I'm developing a project where I need to create a project by apirest, but I'm stuck with this "projects.read" permission, can I change my ...