From 0048e72f461bfc424ec1643bf83f95121fad84b8 Mon Sep 17 00:00:00 2001 From: orangecoding Date: Sat, 6 Mar 2021 21:34:15 +0100 Subject: [PATCH] fixing mixed description of mailjet and sendgrid --- lib/notification/adapter/mailJet.md | 9 +++------ lib/notification/adapter/sendGrid.md | 11 ++++++----- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/lib/notification/adapter/mailJet.md b/lib/notification/adapter/mailJet.md index 021bdc0..9ab8019 100644 --- a/lib/notification/adapter/mailJet.md +++ b/lib/notification/adapter/mailJet.md @@ -1,9 +1,6 @@ ### MailJet Adapter - - -SendGrid is a free email service (free as in "you cannot send more than 100(Sendgrid) and 200(Mailjet) emails a day"), which is more than enough for Fredy. - -To use [SendGrid](https://sendgrid.com/), you need to create an account. You'll need to decided from which email address you want Fredy to send from. E.g. if you use yourGmailAccount@gmail.com, you have to add this to sendgrid and verify it as well. +To use [MailJet](https://mailjet.com), you need to create an account. You'll need to decided from which email address you want Fredy to send from. -Lastly you have to create an api-key and feed it into Fredy's config, as well as creating a new template. For this new template, I recommend copying and pasting the one I have provided under `/lib/notification/emailTemplate/template.hbs`. +E.g. if you use yourGmailAccount@gmail.com, you have to add this to MailJet and verify it as well. +The given public/private api keys are needed in order to use MailJet with Fredy. Fredy will use the same template, it is using for SendGrid. diff --git a/lib/notification/adapter/sendGrid.md b/lib/notification/adapter/sendGrid.md index 1ec617c..6e4d508 100644 --- a/lib/notification/adapter/sendGrid.md +++ b/lib/notification/adapter/sendGrid.md @@ -1,7 +1,8 @@ ### SendGrid Adapter - -To use [MailJet](https://mailjet.com), you need to create an account. You'll need to decided from which email address you want Fredy to send from. - -E.g. if you use yourGmailAccount@gmail.com, you have to add this to MailJet and verify it as well. -The given public/private api keys are needed in order to use MailJet with Fredy. Fredy will use the same template, it is using for SendGrid. + +SendGrid is a free email service (free as in "you cannot send more than 100(Sendgrid) and 200(Mailjet) emails a day"), which is more than enough for Fredy. + +To use [SendGrid](https://sendgrid.com/), you need to create an account. You'll need to decided from which email address you want Fredy to send from. E.g. if you use yourGmailAccount@gmail.com, you have to add this to sendgrid and verify it as well. + +Lastly you have to create an api-key and feed it into Fredy's config, as well as creating a new dynamic template. For this new template, I recommend copying and pasting the code from the one I have provided under `/lib/notification/emailTemplate/template.hbs`.