• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

qmail - mail sent via phpmail showing headers on Outlook

R

r00ty24

Guest
mail sent (via online form using phpmailer) to outlook showing headers like:

---
From: personname <techtest@domain1.com>
Message-ID: <d3ba79a292fcd371f36b3c04d0b4c165@www.domain2.com>
X-Priority: 3
X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.3]
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_d3ba79a292fcd371f36b3c04d0b4c165"

--b1_d3ba79a292fcd371f36b3c04d0b4c165
Content-Type: text/plain; charset = "UTF-8"
Content-Transfer-Encoding: 8bit

test Name: dsd, Address: sdsds, Phone: 23232323


--b1_d3ba79a292fcd371f36b3c04d0b4c165
Content-Type: text/html; charset = "UTF-8"
Content-Transfer-Encoding: 8bit

test Name: dsd, Address: sdsds, Phone: 23232323



--b1_d3ba79a292fcd371f36b3c04d0b4c165--

---

but when checked on webmail, its correct.. showing:

test Name: dsd, Address: sdsds, Phone: 23232323

Outlook and other email client showing the entire email headers on the message..

Which setting needs to be adjusted to get it working with email client?

Thanks.
 
Back
Top