Get the email headers.
Return
string The email headers.Related
| Uses | Description |
|---|---|
EVF_Emails::get_from_name()includes/class-evf-emails.php | Get the email from name. |
EVF_Emails::get_from_address()includes/class-evf-emails.php | Get the email from address. |
EVF_Emails::get_reply_to()includes/class-evf-emails.php | Get the email reply-to. |
EVF_Emails::get_cc()includes/class-evf-emails.php | Get the email carbon copy addresses. |
EVF_Emails::get_bcc()includes/class-evf-emails.php | Get the email blind carbon copy addresses. |
EVF_Emails::get_content_type()includes/class-evf-emails.php | Get the email content type. |
| Used by | Description |
|---|---|
EVF_Emails::send()includes/class-evf-emails.php | Send the email. |