Opened 8 months ago
Last modified 8 months ago
#9178 new defect (bug)
When using 'bp_email_use_wp_mail' filter , Pending user activation sent emails count are shown as 0 by default even if email is sent
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 12.5.0 |
Component: | Emails | Keywords: | |
Cc: |
Description
When using
add_filter( 'bp_email_use_wp_mail', 'return_true' );
when new user register to website , and activation email is sent
go to Users -> Manage Signups -> check emails sent is 0 to that user
that cause i don't know which users received emails and who didn't
activation emails recorded successfully in email log
Note: See
TracTickets for help on using
tickets.