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
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...