简体   繁体   中英

Remove header Content-transfer-encoding: 8bit using PHPMailer

是否可以使用PHPMailer从电子邮件标题中删除Content-transfer-encoding:8bit?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM