Hello AppWriters, hoping you're all well, I'd like to ask the following: If I have a landing page that doesn't require authentication, is it possible to configure and send personalized emails to visitors who clearly aren't registered/authenticated in my AppWrite project? If so, what's the process? I've been looking at the documentation, but it seems to require users to be authenticated.
TL;DR
To send custom messages to anonymous developers visiting your landing page without authentication in your AppWrite project, you can set up a system that collects their information (like email addresses) using a form on the landing page and store it. Then, you can create a script that periodically sends personalized emails to these anonymous visitors based on the data collected. This way, you can engage with potential users who are not authenticated in your AppWrite project.Recommended threads
- THE COLUMNS STUCK ON PROCESSING HOW DO I...
I HAVE SELF HOSTED THE APPWRITE ON VPS
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...