nikoksr/notify

feat(service): Add Mailgun service

chanioxaris opened this issue · 2 comments

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

Missing support for the popular email service platform Mailgun.

Describe the solution you'd like

Implement a notification service like already exists for Telegram etc. At the time writing the official Golang SDK mailgun/mailgun-go seems to be our best option for implementing it.

Created a PR #42 with the proposed implementation

Closed in #42