so it shouldn't fall under spam... since it's the same sender in both cases..
oh you're using a custom SMTP....
something is probably wrong with this configuration then
username should be that postmaster email, not 12Blog
the from email should probably also be the postmaster email
you mean i shouldn't add my email in those field?
still same issue
did you fix the from email in this template?
yes
what's your project id? and do you have any logs in mailgun?
VITE_APPWRITE_PROJECT_ID = "651ef7ae681303e19f3c"
no logs in mailgun
i can't find anything for this, but im pretty sure your problem is an incorrect from email
make sure there are no other extra spaces
also, make sure you added the recipient as an authorized recipient in mailgun
can verification be done without using 3rd party SMTP configuration?
Yes, you can use Appwrite's SMTP out of the box if you disable the custom SMTP
do i have to remove from template also? and code will remain same ?
and how to enable these ? ```_APP_SMTP_HOST`: Set this to the SMTP server host of your machine.
_APP_SMTP_PORT: Set this to the SMTP server port._APP_SMTP_SECURE: Set this totrueif your SMTP server requires a secure connection (e.g., SSL or TLS)._APP_SMTP_USERNAME: Set this to the username for your SMTP server authentication._APP_SMTP_PASSWORD: Set this to the password for your SMTP server authentication.``` when i using cloud ?
you don't
only disable the custom SMTP settings
yes, front end code stays the same
and what about the smtp template?
Done. I got the verification link in gmail. Thanks. š
[SOLVED] how to add email verification in appwrite for reactjs application ?
Recommended threads
- Frequent 500 Internal Server Errors - Pr...
PROJECT ID: 6951f2xxxxx1ee9e750a REGION: Singapore (sgp.cloud.appwrite.io) PLAN: Pro Our production application experiences **500 Internal Server Errors** mult...
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...