File: bp-core/classes/class-bp-email.php |
Description |
---|---|
bp_email_set_reply_to |
Filters the new value of the email’s “reply to” property. |
BP_Email::set_content_html() |
Set the email content (HTML). |
BP_Email::get_template() |
Get the email template (the HTML wrapper around the email content). |
BP_Email::get_to() |
Get the email’s “to” address and name. |
BP_Email::get_tokens() |
Get token names and replacement values for this email. |
BP_Email::set_headers() |
Set email headers. |
bp_email_set_headers |
Filters the new value of the email’s “headers” property. |
BP_Email::set_bcc() |
Set the email’s “bcc” address and name. |
bp_email_set_bcc |
Filters the new value of the email’s “BCC” property. |
BP_Email::set_cc() |
Set the email’s “cc” address and name. |