From 346e438534ee692a7a6b3398a3bf6ad95ea5151c Mon Sep 17 00:00:00 2001 From: Jeff Perrin Date: Mon, 31 May 2021 10:57:11 -0600 Subject: [PATCH] Update link to SendGrid v3 api docs The readme link is broken, this changes the link to point to the current v3 api docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8764084..5b3df0f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ mail(to: 'example@email.com', The Mail functionality is extended to include additional attributes provided by the Sendgrid API. -[Sendgrid v3 API Documentation](https://sendgrid.com/docs/API_Reference/api_v3.html) +[Sendgrid v3 API Documentation](https://sendgrid.com/docs/for-developers/sending-email/api-getting-started/) ### template_id (string) The id of a template that you would like to use. If you use a template that contains a subject, you do not need to specify a subject at the personalizations nor message level. However, because of the way ActionMailer works, a body is required, even if the template contains one. If all your emails use templates with a body, you can add `default body: "not used"` to the top of your mailer.