Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

#8441 closed defect (bug) (worksforme)

Register User Activation Emails are not being sent

Reported by: absshakil's profile absshakil Owned by: djpaul's profile DJPaul
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)

#1 @absshakil
4 years ago

  • Cc absshakil added
  • Component changed from Core to Emails
  • Keywords has-dev-note removed
  • Owner set to DJPaul
  • Priority changed from normal to highest
  • Severity changed from normal to critical
  • Version set to 7.2.0

#2 @imath
4 years ago

  • Milestone Awaiting Review deleted
  • Priority changed from highest to normal
  • Resolution set to worksforme
  • Severity changed from critical to normal
  • Status changed from new to closed

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.

Note: See TracTickets for help on using tickets.