File: bp-core/classes/class-bp-email.php |
Description |
---|---|
BP_Email::set_to() |
Set the email’s “to” address and name. |
bp_email_set_to |
Filters the new value of the email’s “to” property. |
BP_Email::set_tokens() |
Set token names and replacement values for this email. |
bp_email_set_tokens |
Filters the new value of the email’s “tokens” property. |
BP_Email::validate() |
Check that we’d be able to send this email. |
bp_email_validate |
Filters whether the email passes basic validation checks. |
BP_Email::set_subject() |
Set the email subject. |
bp_email_set_subject |
Filters the new value of the subject email property. |
BP_Email::set_template() |
Set the email template (the HTML wrapper around the email content). |
bp_email_set_template |
Filters the new value of the template email property. |