Hello,
is it possible to send e-mails to non-users just by entering an e-mail via the messaging api?
I have a reservation system where non-registered users register for appointments and I need to send them a confirmation e-mail / follow up e-mails regarding the appointment.
Or should I completely opt-out from appwrite regarding this functionality and instead use something like nodemailer?
TL;DR
Developers can utilize the Message API in Appwrite to send emails to non-registered users. This functionality is useful for scenarios where users without accounts need to receive notifications or confirmations. Alternatively, developers can consider nodemailer if needing more extensive email functionality outside of Appwrite.