From b06cfcf5fef560f84db4c597249b9f35a4f91329 Mon Sep 17 00:00:00 2001 From: Josip Ledic Date: Sun, 17 Jan 2021 02:32:27 +0100 Subject: [PATCH] Update README.md Add info about sendgrid relay --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea7f9b8..1ea04e6 100644 --- a/README.md +++ b/README.md @@ -135,3 +135,4 @@ support me at [lukesmith.xyz/donate](https://lukesmith.xyz/donate.html). [Vultr](https://www.vultr.com/docs/what-ports-are-blocked) for instance blocks this by default, you need to open a support ticket with them to open it. You can't send mail if 25 is blocked + - Alternatively you could use a service like [Sendgrid](https://sendgrid.com/) as a relay for your outgoing mail. These services usually offer 100 outgoing mails/day for free which should be plenty. This removes the need for opening port 25 and minimizes the risk of getting blacklisted and your mail landing in spam folders. To integrate Sendgrid with Postfix you can refer to [this guide](https://sendgrid.com/docs/for-developers/sending-email/postfix/).