Is it possible to remove Content-transfer-encoding: 8bit from the email headers using PHPMailer?
Is it possible to remove Content-transfer-encoding: 8bit from the email headers using PHPMailer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its been a while since I used this, but can you just search the source for where that encoding is set … its probably either hard coded or in a property, that you’ll possibly be able to set.
If not, you can extend that class and override the method(s) you need to. Sorry, I don’t have an exact answer.