Opened 4 years ago
Closed 4 years ago
#8441 closed defect (bug) (worksforme)
Register User Activation Emails are not being sent
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 7.2.0 |
Component: | Emails | Keywords: | |
Cc: | absshakil |
Description
When any user Fillup registers form and submits the form.then not received Activation Emails. but other's email working correctly (like forget pass, etc.)
I am using SMTP Mail Server Plugin . I am trying to sovled this problem more then 2 days. but failed.please help me ASAP
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi,
I've just tested registration. The activation email is working as it should. I see you are using a plugin to manage your e-mails, There might be an issue between it and BuddyPress emails. The right place to fix it is from our support forums.
You can always disable BuddyPress Emails using this filter:
add_filter( 'bp_email_use_wp_mail', '__return_true' );
If you have a better idea of what's going wrong with specific steps to reproduce, don't hesitate to reopen the ticket.