[buddypress-trac] [BuddyPress Trac] #6376: Wrong mailer in BP

buddypress-trac noreply at wordpress.org
Thu Apr 16 22:41:05 UTC 2015


#6376: Wrong mailer in BP
------------------------------+-----------------------------
 Reporter:  Roxpace           |      Owner:
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  Awaiting Review
Component:  Component - Core  |    Version:  2.2.2
 Severity:  normal            |   Keywords:
------------------------------+-----------------------------
 Seems to be using wrong mailer for good compatibility, BP seems to use
 mail instead of wp_mail

 In file functions.bb-pluggable.php there is this code :
 $bb_phpmailer->IsMail();

 And then in class.mailer.php:
 function IsMail() {
 $this->Mailer = 'mail';
 }

 This cause a lot of troubles for many client sites which is using
 alternative mailers through wp_mail so for example user registration
 verification email never are sent away.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6376>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list