Hi, I’m trying to reduce our email confirmations spam scores (all our emails are to Gmail, Yahoo, etc, are going into the spam folder) and had questions about the below items regarding the email templates, which are adding 5.3 points to the SpamAssassin score.
1.1 MIME_HTML_ONLY
BODY: Message only has text/html MIME parts
- Is it possible to incorporate a plain text version within the confirmation email template as well?
0.6 HTML_MIME_NO_HTML_TAG
HTML-only message, but there is no HTML tag
- Is it possible to add HTML and header tags around the email template body content (<html>,<head>,<meta>,<body>,etc)? I see the “sending emails…” section in the “/com_eventbooking/site/model/register.php” file but wasn’t quite sure how to add those.
1.6 XPRIO
Has X-Priority header
- Not sure what this is?
2.0 FILL_THIS_FORM_LONG
Fill in a form with personal information
- This is due to the [REGISTRATION_DETAIL] tag registrant's personal info; we removed it from the registrant’s email and it dropped the score those 2 points.
Thanks for any help with the email template.