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?
If it supports SMTP protocol, you can use the SMTP feature.
Alternatively you can build your own function to send emails with their API
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...