Opened 5 weeks ago
Closed 2 weeks ago
#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 |
| 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 (16)
This ticket was mentioned in PR #10709 on WordPress/wordpress-develop by @SirLouen.
5 weeks ago
#2
This ticket was mentioned in PR #10713 on WordPress/wordpress-develop by @SergeyBiryukov.
5 weeks ago
#4
#6
@
5 weeks 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 weeks 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.
4 weeks ago
This ticket was mentioned in Slack in #core by wildworks. View the logs.
3 weeks ago
#13
@
3 weeks 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.
Trac ticket: https://core.trac.wordpress.org/ticket/64491