@since: BuddyPress 2.5.0
Description
BP_Email::set_content_type()

Set the content type (HTML or plain text) to send the email in.

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

bp_email_set_content_type

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

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

BP_Email::set_from()

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

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

bp_email_set_from

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

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

BP_Email::set_post_object()

Set the Post object containing the email content template.

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

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_reply_to()

Set the email’s “reply to” address and name.

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

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