Docs

EVF_Emails::send( string $to, string $subject, string $message, array $attachments = '', string $connection_id = '' ): bool

Send the email.

Parameters

$tostringrequired
The To address.
$subjectstringrequired
The subject line of the email.
$messagestringrequired
The body of the email.
$attachmentsarrayoptional
Attachments to the email.

Default:''

$connection_idstringoptional
Connection ID of the email.

Default:''

Return

bool

Hooks

apply_filters( ‘everest_forms_email_template_message’ )

Everest Form email preview template.