Opened 7 years ago
Last modified 6 years ago
#43206 reopened defect (bug)
Angle brackets around URLs can confuse email clients
Reported by: | tomdxw | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.9.2 |
Component: | Keywords: | ||
Focuses: | Cc: |
Description
In #14140, angle brackets were added to plain text emails sent by WordPress due to some email clients not handling long URLs correctly.
However in some email clients, the trailing >
is treated as part of the link, which also causes users to end up at the wrong URL.
As there is no standardised way to make a link clickable in a plain text document I think the best solution would be for WordPress to send all mail in both text/plain
and text/html
.
Change History (6)
#1
@
7 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
#2
@
7 years ago
- Resolution duplicate deleted
- Status changed from closed to reopened
Sorry, this is not the same issue.
#23578 is asking for retrieve_password()
to change its behaviour based on the output of the wp_mail_content_type
filter. This would allow people running WordPress sites to force WordPress to send plain text emails as HTML.
This ticket is asking for retrieve_password()
(and other functions that send emails with links) to send a multipart email with a text/plain
part and a text/html
part. This would fix a problem with email clients trying to guess where links are and failing (or at least it would fix it for people using email clients which support HTML).
Duplicate of #23578.