ArsenicOriginal post
Rank 1: Thread
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?
Summary
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.