Using base64 encoding for text content instead of UTF-8 or quoted-printable negatively impacts email deliverability. Base64 increases message size, can trigger spam filters due to historical association with spam, and is generally inappropriate for text. Quoted-printable is preferred for text due to readability and smaller size. Proper email setup (SPF, DKIM, DMARC), clean HTML coding, good sender reputation, and avoiding spam trigger words are crucial. Character set encoding (especially UTF-8 and non-ASCII) needs correct implementation.
9 marketer opinions
Using base64 encoding for text content instead of UTF-8 can negatively impact email deliverability. Base64 increases message size, potentially causing rejection by servers or impacting sender reputation. Excessive or unnecessary encoding can trigger spam filters, as it appears suspicious. Proper email setup (SPF, DKIM, DMARC) and clean HTML coding are crucial for deliverability. Maintaining a good sender reputation and avoiding spam trigger words also play a significant role.
Marketer view
Email marketer from Sendinblue recommends keeping HTML email designs simple and using inline CSS for better compatibility across email clients. Avoid complex or unusual HTML structures, which could inadvertently trigger spam filters. Clean, well-formatted HTML is preferable for deliverability.
7 Dec 2022 - Sendinblue
Marketer view
Email marketer from Reddit shares that excessively encoding an email message may make it appear suspicious. Suggests that it can trigger spam filters if the encoding is seen as an attempt to hide the content.
21 Jul 2022 - Reddit
6 expert opinions
Experts agree that using base64 encoding for text instead of quoted-printable or UTF-8 negatively impacts email deliverability. Base64's historical association with spam and its inappropriateness for text-based content raise red flags for spam filters. Quoted-printable is recommended for text, especially non-ASCII, due to better readability and smaller size. Proper character set declaration is also crucial. The choice between quoted-printable and base64 should be based on content type, with base64 reserved for binary data.
Expert view
Expert from Spam Resource shares that email filters look at a variety of things but in general if you are encoding things that should not be encoded that it will likely be flagged negatively by spam filters. If you base64 encode text that should not be encoded you will negatively impact your deliverability.
2 Dec 2023 - Spam Resource
Expert view
Expert from Email Geeks explains that there was a time when base64 encoding plain text was assigned negative reputation due to spammers using it to bypass early content filters. Filters started cracking the Base64 encoding. Recommends Quoted Printable encoding if high ASCII is needed.
6 Aug 2021 - Email Geeks
5 technical articles
Technical documentation emphasizes the importance of using appropriate content transfer and character encodings for email deliverability. Base64 and quoted-printable serve different purposes: base64 for binary data and quoted-printable for text. Proper character set encoding, especially for non-ASCII characters, is critical to avoid display issues and spam filters. UTF-8 is a widely supported character encoding, but it requires correct implementation. Furthermore, email authentication (SPF, DKIM, DMARC) is crucial for establishing trust and preventing emails from being marked as spam, particularly for Gmail users.
Technical article
Documentation from Google shares that authenticating your email with SPF, DKIM, and DMARC is crucial for deliverability to Gmail users. A strong authentication setup improves trust and prevents your emails from being marked as spam. Ensure your domain meets Google's email authentication standards.
8 Aug 2022 - Google
Technical article
Documentation from MDN explains that UTF-8 is a dominant character encoding for the web and email. Using UTF-8 ensures broad compatibility and correct display of text across different systems. Improper handling of UTF-8 can lead to garbled text, which might affect deliverability if it makes the email appear unprofessional or suspicious.
22 Dec 2022 - Mozilla Developer Network
Are image-based emails a good practice, and what are the deliverability and accessibility implications?
Are spam trigger word lists accurate and should I be concerned about them?
Are there any ISPs or email clients that only accept text emails and reject HTML emails?
Are there GDPR concerns related to IP addresses in DMARC reporting?
Does base64 encoding of plain text emails impact spam filter scores?
Does including a plain text version of an email improve deliverability and conversion rates?
Does plain text email version affect deliverability?
How does HTML coding affect email deliverability and are emojis safe to use in email marketing?
Is a plain text email version important for email deliverability?