Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications: Build a NotificationService class with an exposed function that will send an email using Amazon SNS services to a provided email address #18

Open
4 tasks
izzyconner opened this issue Apr 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@izzyconner
Copy link
Contributor

izzyconner commented Apr 1, 2024

There should be a NotificationService class with the following function:

sendEmail(string emailAddress, string subjectLine, string messageBody)

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:

  • Complete any AWS console SNS set-up required
  • Be able to send an email to a given email address with the subject line and message body
  • Be able to send an email to multiple email addresses (stretch goal)
  • Have a manual test that can be run to demonstrate the email sending capabilities
@izzyconner izzyconner added the enhancement New feature or request label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants