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
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- trying to figure out how to activate my...
please help
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...