#54388 closed defect (bug) (invalid)
wp_mail() subject is empty if we try use symbol |
Reported by: | Jek-fdrv | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 5.8.1 |
Component: | Keywords: | ||
Focuses: | Cc: |
Description
Try this:
wp_mail('test@gmail.com', 'sometest | for subject', '123');
The subject in received email will be empty.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @Jek-fdrv,
Were you able to figure out the cause of this issue? Sharing may help someone in the future experiencing a similar problem.