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
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...