#39642 closed defect (bug) (duplicate)
wp_mail multipart content handling
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8 |
Component: | Keywords: | has-patch | |
Focuses: | Cc: |
Description
There are issues passing the boundary value in the content header, as it gets stripped out. It appears to be due to the behavior of PHPMailer.
As PHPMailer supports multipart content natively, a slight modification to wp_mail solves the issue. This would greatly simplify things, and allow for better mail handling by anyone sending via wp_mail.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Diff for proposed solution