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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...