Hi everyone,
I’m developing a dashboard widget app and need a way to send custom emails to users selected via the Users selector in the widget settings. Example mail:
" *Hi {userName},
Here’s an overview of your stats for this week:
Current Value: {currentValue}
Target Value: {targetValue}
Date and Time: {currentDateAndTime}
… "
I already know how to handle the variables inside my app that will be used in the email (e.g., userName, currentValue, targetValue, currentDateAndTime), so that’s not a concern. What I need help with is how to send the emails—what’s the best approach for implementing this? Any suggestions on the best methods, APIs, or services to use would be greatly appreciated.
This is quite urgent, so I’d really appreciate any guidance!
Thanks in advance!