User Activity

  • Created ticket #13 on PHPMailer Pro

    Charset is not added to Header "Content-Type"

  • Modified a comment on ticket #9 on PHPMailer Pro

    Correction to my previous report: the function name GetContentTypeBody() was correct, but unfortunately I pasted the wrong code line (from GetContentTypeHdr()). The actual problematic line in GetContentTypeBody() is: $data . "\t" . $charset . self::CRLF; Since the result of this expression is neither assigned nor returned, the charset parameter is discarded. It should be: $data .= "\t" . $charset . self::CRLF; Sorry for the confusion caused by quoting the wrong line in my original report.

  • Posted a comment on ticket #9 on PHPMailer Pro

    Correction: I referenced GetContentTypeHdr() by mistake. The issue is actually in GetContentTypeBody(), in the line immediately after the initial assignment to $data. The expression $data . "\t" . $charset . self::CRLF; has no effect because its result is discarded. It should be $data .= ....

  • Created ticket #12 on PHPMailer Pro

    Non-ASCII display names in mail headers are not MIME encoded

  • Created ticket #11 on PHPMailer Pro

    Email validation incorrectly requires recipient domain to respond on port 80

  • Created ticket #10 on PHPMailer Pro

    function MbEncode() returns UTF-8 strings unencoded

  • Created ticket #9 on PHPMailer Pro

    Missing .= in GetContentTypeBody()

  • Created ticket #8 on PHPMailer Pro

    Base64 HTML body not MIME wrapped in GetMsgPart()

View All

Personal Data

Username:
tgraenicher
Joined:
2026-08-10 15:30:26.776000

Projects

  • No projects to display.

Personal Tools