We have a self-hosted Appwrite installation, recently upgraded to 1.4.2. SMTP server details have been assigned to .env, so email works fine. At certain intervals, that seem to be a few days apart, we receiving an email message with the following properties:
- The email is from the Appwrite admin account
- The email subject is empty
- The email body only contains: {{body}};
Is there a way I can find out why these emails are being sent?
There's no information about this in the appwrite-worker-mails logs.
PS: Can you please consider adding the following tags to the Support channel? email and docs
Couldn't be a ghost in the shell 😅
to investigate the cause of these emails, you can start by reviewing the appwrite logs for any relevant information about the emails being sent and checking for any error messages or unusual activity around the times when these emails are generated. Additionally, examine any scheduled tasks or cron jobs within appwrite that might be triggering these emails unintentionally and ensure their configurations are set up correctly
I would check the docker logs for the appwrite-worker-mails container. That container logs every mail that is sent.
Thanks, waiting for another blank mail to be sent and then check it again...
Recommended threads
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...