-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
NotificationService/controllers/mail.js
Lines 7 to 12 in 92a6819
| // TODO: validate email | |
| if (!receiver) return; | |
| if (!templateId) return; | |
| mailjet | |
| .post('send', { |