File: bp-core/classes/class-bp-email.php
Description
bp_email_set_post_object

Filters the new value of the email’s “post object” property.

Source: bp-core/classes/class-bp-email.php:730

BP_Email::set_headers()

Set email headers.

Source: bp-core/classes/class-bp-email.php:491

bp_email_set_headers

Filters the new value of the email’s “headers” property.

Source: bp-core/classes/class-bp-email.php:509

BP_Email::set_bcc()

Set the email’s “bcc” address and name.

Source: bp-core/classes/class-bp-email.php:532

bp_email_set_bcc

Filters the new value of the email’s “BCC” property.

Source: bp-core/classes/class-bp-email.php:556

BP_Email::set_cc()

Set the email’s “cc” address and name.

Source: bp-core/classes/class-bp-email.php:579

bp_email_set_cc

Filters the new value of the email’s “CC” property.

Source: bp-core/classes/class-bp-email.php:603

BP_Email::set_content_html()

Set the email content (HTML).

Source: bp-core/classes/class-bp-email.php:616

BP_Email::get_template()

Get the email template (the HTML wrapper around the email content).

Source: bp-core/classes/class-bp-email.php:447

BP_Email::get_to()

Get the email’s “to” address and name.

Source: bp-core/classes/class-bp-email.php:462