• 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.

Summary Full report by mail is not HTML and with wrong Sender

  • Thread starter Deleted member 121791
  • Start date
D

Deleted member 121791

Guest
Report by mail has a bug:

1. Select Tools & Settings > Statistics > Summary Report
2. Select Full report
3. Hit button Send by mail
4. Select Summary report
5. Hit button Send by mail
6. Received mails show HTML code instead of HTML
7. Inspection of headers shows wrong content type
Code:
Content-Type: text/plain; charset=UTF-8
and faulty Sender From
Instead of
Code:
From: "Prename Midname Name" <mail@domain.tld>
the header shows
Code:
From: Prename@domain.tld, Midname@domain.tld,
        Name@domain.tld, mail@domain.tld

Crosspost: http://serversupportforum.de/forum/showthread.php?p=341022#post341022
 
Last edited by a moderator:
In MU #10 the wrong content-type was fixed.

But wrong sender mail headers are still in mails!

Header should be:
Code:
From: "Prename Midname Name" <mail@domain.tld>
and not
Code:
From: Prename@domain.tld, Midname@domain.tld,
        Name@domain.tld, mail@domain.tld
 
Back
Top