Uncomment line for send method direct.

This commit is contained in:
FusionPBX 2022-04-15 21:36:07 -06:00 committed by GitHub
parent 45f9d9aaa5
commit 12c1f5994e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
$email->from_name = $email_from_name;
$email->attachments = $email_attachments;
$email->debug_level = 3;
//$email->method = 'direct';
$email->method = 'direct';
$sent = $email->send();
//$email_error = $email->email_error;