Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15448, comment 88


Ignore:
Timestamp:
08/19/2025 11:02:48 AM (2 months ago)
Author:
abcd95
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15448, comment 88

    initial v1  
    4242[[Image(https://i.ibb.co/SXfjptCR/Screenshot-2025-08-19-at-16-15-58.png)]]
    4343
     44==== Raw email before the patch -
     45{{{
     46Return-Path: <a@b.com>
     47Received: from localhost (138-199-46-66.bunnyinfra.net. [138.199.46.66])
     48        by f30200c07c59 (Mailpit) with SMTP
     49        for <a@b.com>; Tue, 19 Aug 2025 10:31:05 +0000 (UTC)
     50Date: Tue, 19 Aug 2025 10:31:05 +0000
     51To: a@b.com
     52From: wordpress-develop <a@b.com>
     53Subject: WP Mail SMTP Automatic Email Test
     54Message-ID: <QHRlr5iFp4rMBO8RrGc0ZpHPfEgyka3b7n9x8t8S4@localhost>
     55X-Mailer: WPMailSMTP/Mailer/smtp 4.5.0
     56X-Mailer-Type: WPMailSMTP/Admin/SetupWizard/Test
     57MIME-Version: 1.0
     58Content-Type: text/plain; charset=UTF-8
    4459
     60Congrats, test email was sent successfully!
     61
     62Thank you for trying out WP Mail SMTP. We are on a mission to make sure your emails actually get delivered.
     63
     64If you find this free plugin useful, please consider giving WP Mail SMTP Pro a try!
     65
     66https://wpmailsmtp.com/lite-upgrade/
     67
     68Unlock These Powerful Features with WP Mail SMTP Pro:
     69
     70+ Log all emails and resend failed emails from your email log
     71+ Track opens and clicks to measure the engagement
     72+ Get email reports with a weekly summary of your email activity
     73+ Use a backup mailer if your mail service goes down
     74+ Get notified of failed emails via email, Slack, or SMS
     75+ Get help from our world-class support team
     76
     77- Jared Atchison
     78Co-Founder, WP Mail SMTP
     79
     80}}}
     81
     82
     83==== Raw email after the patch -
     84{{{
     85Return-Path: <a@b.com>
     86Received: from localhost (wordpress-develop-php-1.wordpress-develop_wpdevnet. [172.21.0.4])
     87        by 9ebdfd912449 (Mailpit) with SMTP
     88        for <test@example.com>; Tue, 19 Aug 2025 10:43:53 +0000 (UTC)
     89Date: Tue, 19 Aug 2025 10:43:53 +0000
     90To: test@example.com
     91From: wordpress-develop <a@b.com>
     92Subject: Multipart Mixed Test
     93Message-ID: <G2lmEyQqdPpdxzMknRnyvYYTmSC3WR6G6GqzgUDWhg@localhost>
     94X-Mailer: WPMailSMTP/Mailer/smtp 4.5.0
     95MIME-Version: 1.0
     96Content-Type: multipart/mixed; boundary="TestBoundaryMixed"; charset=
     97
     98--TestBoundaryMixed
     99Content-Type: text/plain; charset=UTF-8
     100
     101This is the plain text part of the email.
     102--TestBoundaryMixed
     103Content-Type: text/html; charset=UTF-8
     104
     105<p>This is the <strong>HTML</strong> part of the email.</p>
     106--TestBoundaryMixed
     107Content-Type: application/pdf
     108Content-Transfer-Encoding: base64
     109Content-Disposition: attachment; filename="dummy.pdf"
     110
     111UERGIEZJTEUgRFVNTVkgQ09OVEVOVA==
     112--TestBoundaryMixed--
     113
     114}}}
     115
     116