Sprnva has a built in email helper function powered by PHPMailer.

Last updated
Sprnva has a built in email helper function powered by PHPMailer.

Last updated
// EMAIL
'smtp_host' => '',
'smtp_username' => '',
'smtp_password' => '',
'smtp_auth' => true,
'smtp_auto_tls' => true,
'smtp_port' => 25sendMail($subject, $body, $recipients);["message" => "Message has been sent"]