Initial DEV environment from production snapshot
This commit is contained in:
8
testmail.php
Executable file
8
testmail.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/send_email.php';
|
||||
|
||||
if(sendEmail('ginctronic@gmail.com','Test PHPMailer','Se ricevi questa mail, Gmail funziona!')){
|
||||
echo "Mail inviata correttamente!";
|
||||
} else {
|
||||
echo "Errore nell'invio della mail, controlla log.";
|
||||
}
|
||||
Reference in New Issue
Block a user