You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2019. It is now read-only.
Codefresh plugin for send e-mail notification via SendGrid
4
+
5
+
## Main env variables
6
+
-`SENDGRID_APIKEY` - API key from SendGrid
7
+
-`SENDGRID_MAIL` - mail where the letter will be sent, you can use _comma_ divider to send on multiple mails (ex. `mail1@example.com, mail2@exmaple.com`)
8
+
-`SENDGRID_FROM` - from header of mail
9
+
-`SENDGRID_SUBJECT` - subject header of mail
10
+
-`SENDGRID_TYPE` - type of mail [build, message, custom]
11
+
12
+
## Mail types
13
+
### build
14
+
Info about current build
15
+
### message
16
+
Send simple message with text from `SENDGRID_MESSAGE`
17
+
### custom
18
+
Send message with custom template via [ejs](https://www.npmjs.com/package/ejs) provided `SENDGRID_TEMPLATE`
0 commit comments