phpmailer
This commit is contained in:
parent
1ad07c4ea9
commit
ae2975023d
@ -4,7 +4,7 @@ use PHPMailer\PHPMailer\PHPMailer;
|
|||||||
use PHPMailer\PHPMailer\Exception;
|
use PHPMailer\PHPMailer\Exception;
|
||||||
|
|
||||||
// Includi i file di PHPMailer
|
// Includi i file di PHPMailer
|
||||||
require '../../../vendor/autoload.php'; // Assicurati che PHPMailer sia installato tramite Composer
|
require '../../vendor/autoload.php'; // Assicurati che PHPMailer sia installato tramite Composer
|
||||||
|
|
||||||
function sendEmail($to, $subject, $body, $attachments = [], $cc = [], $bcc = [])
|
function sendEmail($to, $subject, $body, $attachments = [], $cc = [], $bcc = [])
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user