Email class.
Methods
- __construct — Constructor.
- __set — Set a property.
- build_email — Build the email.
- everest_forms_html_field_value — Process the all fields smart tag if present.
- get_bcc — Get the email blind carbon copy addresses.
- get_cc — Get the email carbon copy addresses.
- get_content_type — Get the email content type.
- get_from_address — Get the email from address.
- get_from_name — Get the email from name.
- get_headers — Get the email headers.
- get_reply_to — Get the email reply-to.
- get_template — Get the enabled email template.
- is_email_disabled — Email kill switch if needed.
- process_tag — Processes a smart tag.
- send — Send the email.
- send_after — Remove filters/actions after the email is sent.
- send_before — Add filters/actions before the email is sent.
- text_to_html — Converts text formatted HTML. This is primarily for turning line breaks into and tags.