JoeArenasOriginal post
Web Developer
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.
Summary
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.