mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-26 10:15:43 +00:00
Uncomment line for send method direct.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user