@since: BuddyPress 2.5.0 |
Description |
---|---|
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. |
bp_email_set_cc |
Filters the new value of the email’s “CC” property. |
BP_Email::set_content_html() |
Set the email content (HTML). |
BP_Email::get_from() |
Get the email’s “from” address and name. |
BP_Email::get_post_object() |
Get the Post associated with the email. |
BP_Email::get_reply_to() |
Get the email’s “reply to” address and name. |