Open bollwyvl opened 8 years ago
As a maintainer, when my kernel fails some tests, I would like to get an email!
In kernel/xyzkernel/meta.whatever, offer a place to capture notifications, starting with email:
kernel/xyzkernel/meta.whatever
"notifications": { "email": ["maintainer@example.com", "mailing-list@project.org"], "github": "user/project" }
Investigate proper way to do sending/remailing for notifications.
@rgbkrk knows something about sending out emails, I think.
"Use mailgun, feel happy" is my primary advice.
Thanks! And it appears to be free up to 10k emails per month, which should be plenty for this.
In
kernel/xyzkernel/meta.whatever
, offer a place to capture notifications, starting with email:Investigate proper way to do sending/remailing for notifications.