daniel-zahariev / php-aws-ses

PHP classes that interfaces Amazon Simple Email Service
307 stars 100 forks source link

Only encode subject and recipients when necessary #95

Open tony3dmc opened 2 years ago

tony3dmc commented 2 years ago

Spamassassin marks you down one point for unnecessarily encoding headers. When spam filters are set low, emails sent through this class will be higher rated as spam.

The rule is: 1.05 FROM_EXCESS_BASE64_2 META: From: base64 encoded unnecessarily