Send an Email to an arbitrary address? #10206
CarlQLange
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an app that doesn't require user login, but allows users to set an email address for updates on a resource they've created (a meeting scheduling app, where a unique link to set your availability is given to users by the meeting creator via whatsapp or whatever). Since I don't create users in appwrite for this (again, no login), I am forced to send emails using a different API. It would be nice to be able to send emails via the Appwrite Messaging API to arbitrary addresses if necessary. Or, if that's not possible, at least allow targets to be created directly from the SDK so I can create the target for that user and then send the email!
Basically I'm just imagining a way to use
messaging.create_email
with actual email addresses rather than justtopics
,users
,targets
.Beta Was this translation helpful? Give feedback.
All reactions