Referring to messaging documentation, I want to send email for order/activity confirmations from my app
Each order/activity confirmation email will be have parameters like "name", "order_id" and so on and will be unique for every email
Example of email:
Hi {{first_name}},
Your order has been confirmed
Order Details:
Id: {{order_id}}
Date: {{order_date}}
Reference: {{order_reference}}
Thank you,
ACME Company
- How do I setup my Message with params/variables? (I see option to create Message in dashboard, but how should I format the params/variables?
- How do I pass those params/variables in the SDK while sending Email?
https://appwrite.io/docs/products/messaging/send-email-messages
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...