Notifications: Build a NotificationService class with an exposed function that will send an email using Amazon SNS services to a provided email address #18
Labels
enhancement
New feature or request
There should be a
NotificationService
class with the following function:If possible, there should also be a method that can take in multiple email addresses and send the email to all of them.
References:
For more information about the pricing of SNS, look here: https://aws.amazon.com/sns/pricing/. As long as we are under 1,000 emails per month, we won't be charged, so don't worry about going over that limit when testing it.
Conditions of satisfaction:
The text was updated successfully, but these errors were encountered: