简体   繁体   中英

Issue with headers using fsockopen for ESMTP connection on php

I send email without a problem but when i look on the headers i can see that before of the ones i create appears "X-Mailbox-Line: " and i have no idea why, does any one knows why ?

An example:

X-Mailbox-Line: From : <contacto@nidida.com>
Reply-To: <contacto@nidida.com>
MIME-Version:  1.0

通常X- *标头是由接收方SMTP添加的,因此您的代码不是问题!

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