View Single Post
      03-16-2026, 10:12 PM   #45
apptest
all I do is test!!6
apptest's Avatar
No_Country
6075
Rep
1,239
Posts

Drives: '19 car
Join Date: Aug 2010
Location: Akcent4

iTrader: (0)

Garage List
Quote:
Originally Posted by analogue View Post
The current notification mailer is not using UTF-8 text encoding after you switched the sites to use UTF-8 content at the end of February.

So right now we get mangled quotes, etc. in email text due to the classic UTF-8 vs. iso-8859-1 (er, Windows-1252) problem:


Quote:
X-Mailer: PHPMailer 7.0.2 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Thank you! let me know if its not corrected for you now...
Appreciate 0