nikoksr/notify

feat(service): Add Amazon SES service

chanioxaris opened this issue · 2 comments

Is your feature request related to a problem? Please describe.

Missing support for the popular Amazon service Simple Email Service (SES).

Describe the solution you'd like

Implement a notification service like already exists for Telegram etc. At the time writing the official Amazon Golang SDK aws/aws-sdk-go is the best option for implementing it.

Describe alternatives you've considered

What is the preferred package name for this service. Should i named it amazonses or is there any other suggestion?

Created PR #47 with the implementation

Closed in d017725.