I was using resend for follow up messaging for client in a web app and after shifting over to appwrite i realized that it is not supported.
I was using resend over other cuz customization of email templates in it is easier.
Any suggestions or turn-arounds over this?
TL;DR
Resending messages via email is not supported in Appwrite, but you can use the SMTP feature if it supports the SMTP protocol. Another option is to build your own function to send emails using their API. Customizing email templates may be easier with Resend, but you can work around this limitation by exploring other options within Appwrite.
D5
1 Sep, 2024, 11:29
If it supports SMTP protocol, you can use the SMTP feature.
Alternatively you can build your own function to send emails with their API