Opened 3 years ago
#54465 new enhancement
Error message with invalid receipent
Reported by: | sanzeeb3 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | Keywords: | ||
Focuses: | Cc: |
Description
When sending an email with:
wp_mail( 'nameSurname.@gmail.com', 'Subject', 'Message' );
we get the error message: "You must provide at least one recipient email address".
Though the recipient is invalid, it's provided.
Related to: https://core.trac.wordpress.org/ticket/47467 but it does not seem to be fixed.
Note: See
TracTickets for help on using
tickets.