Opened 6 years ago
Last modified 5 years ago
#46333 new defect (bug)
wp_mail successfully working but not sending mails - WordPress 5.1
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | 5.1 |
Component: | Keywords: | needs-testing needs-patch needs-unit-tests reporter-feedback | |
Focuses: | Cc: |
Description
The function wp_mail is used by many plugins and always giving a success message but never really sending mails out.
Change History (4)
Note: See
TracTickets for help on using
tickets.
wp_mail()
callsmail()
which depends on you PHP environment.Please try a simple PHP script with only one
var_dump(mail());
call to debug it.