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

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

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

bp_email_set_template

Filters the new value of the template email property.

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

BP_Email::set_to()

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

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

bp_email_set_to

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

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

BP_Email::set_tokens()

Set token names and replacement values for this email.

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

bp_email_set_tokens

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

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

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