tim.enchanterOriginal post
Web Developer
But the user is created in the DB. I followed the React guide from docs and the login and registration works in browser, except the email never arrives. Is that an issue due to local development?
Summary
Developers need to configure Appwrite with their own SMTP for self-hosting to send registration emails. Cloud has built-in SMTP, but custom SMTP can be used if needed. Email not arriving in local development may be due to configuration issues.