• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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 <[email protected]>
Message-ID: <[email protected]>
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