|
@ -1,6 +1,13 @@ |
|
|
{ |
|
|
{ |
|
|
"sendgrid": { |
|
|
"sendgrid": { |
|
|
"to": "onja@blastream.com", |
|
|
"to": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"email": "onja@blastream.com" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"email": "onja.asmad@gmail.com" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
"from": "contact@blastream.com", |
|
|
"from": "contact@blastream.com", |
|
|
"fromName": "Blastream", |
|
|
"fromName": "Blastream", |
|
|
"uri": "https://api.sendgrid.com/v3/mail/send", |
|
|
"uri": "https://api.sendgrid.com/v3/mail/send", |
|
|