Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.06 KB

gridpane-slack2email

A collection of scripts to have GridPane Slack Notifications go to Email

Requirements

  • Able to process GridPane slack webhook POST's
  • Can use more than one transactional email API's, no SMTP support at this time.
  • Generates a log that rolls 30 days (maybe)
  • Allow for specifying multiple emails.

Solutions

The following are solutions to get GridPane Slack Notications to go to Emails

1. Cloudflare Workers

The easiest solution would be to use a Cloudflare worker, since it can be deployed with point and click. Here are some resource.s

2. PHP Code

Selfhost a PHP script, locate a PHP library or framework that supports multiple transactional email services.

Email Providers to Support

The following providers will be supported. Create an issue if you want a provider to be supported.