I set the port to 465 for APP_SMTP_SECURE my bad lmao
that resend button not working is still a bug I believe
and now I'm rate limited after deleting and adding the 3 back
What's the rate limit?
@Steven after fixing the TLS it still errors, same error
3 of these
Ya, a new issue if one doesn't exist might be good
_APP_SMTP_HOST=smtp.sendgrid.net
_APP_SMTP_PORT=587
_APP_SMTP_SECURE=tls
_APP_SMTP_USERNAME=apikey
my .env
I'm confusd
What did you set _APP_SYSTEM_EMAIL_ADDRESS to?
ohhh I need to set that to the same as the sendgrid email?
also it looks like
in the logs
it sent each email twice
or tried to
Yes, as the docs state
What makes you say that?
It's hard to tell exactly but it looks like each person was repeated twice in the logs
wow that's a horrible formatting discord
can't make it wrap?
🧐 i don't see that. after the worker started, i see 3 jobs each with different email
the error is:
appwrite-worker-mails | ,503,SMTP server error: MAIL FROM command failed Detail: Only one sender per message, please appwrite-worker-mails | SMTP code: 503 in /usr/src/code/app/workers/mails.php:68
What's the output of:
docker compose exec appwrite-worker-mails vars | grep _APP_SYSTEM_EMAIL_ADDRESS
I fixed it, it was the _APP_SYSTEM_EMAIL parameter
[SOLVED] Added SendGrid in .env and restarted but nothing sends
Recommended threads
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- Query regarding hackathon sponsorship
We at our college were organising a hackathon and I was wondering whether appwrite would like to partner with us? We are from a student branch of IEEE. It is a...
- How do I get my PR merged in auto genera...
https://github.com/appwrite/sdk-for-go/pull/48 I have raised this PR today in a sdk-generator repository which is a auto-generated repository. Now, as it is a a...