diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2024-01-17 17:55:50 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2024-01-17 17:55:50 +0100 |
commit | 6c70f3fe2209b9405ce9de6403d1c084e5c37e7a (patch) | |
tree | a5442ea3a9d3365b829db2dd74fb208e5aefdadb | |
parent | e55c1e2250bb7a8a4ea6f27faeba3a3bc25c9d40 (diff) |
Add update to email post
-rw-r--r-- | src/blog/sending-mail-to-gmail.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/blog/sending-mail-to-gmail.html b/src/blog/sending-mail-to-gmail.html index 9963de2..452bdc7 100644 --- a/src/blog/sending-mail-to-gmail.html +++ b/src/blog/sending-mail-to-gmail.html @@ -2,6 +2,16 @@ title: Sending mail to gmail date: January 17, 2024 --- <p> +<i> + Update: it has been brought to my attention that I may have been incorrect + in identifying a potential Google policy around SPF mechanics as the root + cause of the issue. If you were in a similar situation as me and this + approach resolves your problem - great! But it's likely that this is a + workaround rather than fundamentally addressing the issue. +</i> +</p> + +<p> If you're a selfhosting enjoyer like me, you may have been using Luke Smith's wonderful <a href="https://github.com/LukeSmithxyz/emailwiz">emailwiz</a> to host your very own email server. It's a simple script that allows you to not |