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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...