[buddypress-trac] [BuddyPress] #4776: Allow email notifications to be hooked/filtered
buddypress-trac
noreply at wordpress.org
Sat Jan 26 15:55:17 UTC 2013
#4776: Allow email notifications to be hooked/filtered
---------------------------+-----------------------------
Reporter: cklosows | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Notifications | Version:
Severity: normal | Resolution:
Keywords: |
---------------------------+-----------------------------
Comment (by cklosows):
@DJPaul,
I'm up for helping write this. I like that idea. Something like
{{{
$send_email = new BP_Mail($to, $from, $subject, $body, $headers);
}}}
The class can have the actions and filters to handle the entire logic and
then people could decide from that single set of hooks to send email using
wp_mail() or use something else to use for notifications.
Am I getting the high level of what you were thinking?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4776#comment:2>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list