#64491 closed defect (bug) (fixed)
Update to PHPMailer 7.0.2
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | 6.9 |
| Component: | External Libraries | Keywords: | has-patch add-to-field-guide |
| Focuses: | Cc: |
Description (last modified by )
PHPMailer 7.0.2 last release:
https://github.com/PHPMailer/PHPMailer/releases/tag/v7.0.2
Critical for WP because it brings the Sender address fix to PHPMailer.
Closes #64368
Change History (17)
This ticket was mentioned in PR #10709 on WordPress/wordpress-develop by @SirLouen.
5 months ago
#2
This ticket was mentioned in PR #10713 on WordPress/wordpress-develop by @SergeyBiryukov.
5 months ago
#4
#6
@
5 months ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for 6.9.1 consideration.
@dmsnell commented on PR #10713:
5 months ago
#8
I didn’t see any explanation for the mode of operation, so I’m basing my question on what it appears to be doing. It appears to try and remove the -f arg out of the sendmail_path and manually set the Sender value.
Why was this approach taken instead of trying to avoid setting ->Sender in PHP when -f is detected?
This ticket was mentioned in Slack in #core by jorbin. View the logs.
5 months ago
This ticket was mentioned in Slack in #core by wildworks. View the logs.
5 months ago
#13
@
5 months ago
I don't want to keep beating this dead horse but seriously: not bringing this to 6.9.1 is a major error specially if you are reverting [61010]
If this is at least backported, people with the issue could easily test it during 6.9.1 without any affection (as this is an fix ON TOP of the "problem" is not different behaviour).
Whoever is willing to test (I doubt that anyone is willing to test this, but who knows), could easily and manually switch the setFrom in their machines and see the resulting mailing behaviour, but if this patch is not in place, the whole setup for testing is way more complex and I doubt that a single soul will be willing to do it at all.
This ticket was mentioned in Slack in #core by jorbin. View the logs.
5 months ago
#15
@
5 months ago
Since wp_mail is pluggable, wouldn't a plugin that is designed to help testing in 6.9.1 be able to include a different version of PHPMailer?
@SergeyBiryukov since you reopened this, what are your thoughts? Do you think this is still necessary in light of the revert of [61010]?
Trac ticket: https://core.trac.wordpress.org/ticket/64491