
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
- Login/Logout Issue and Page Display Desp...
Subject: Login/Logout Issue and Page Display Despite System Downtime at app.animtube.xyz Hello Appwrite Support Team, After the domain change I made recently (...
- Using Appwrite along with Twilio - Deplo...
Stuck on Querying user document...
- Error while usining domain
While usining domain and im im messaging tab i see: 500 Internal Error But when i use IP:PORT i see this: (Photo) Where is problem The console looks like t...
