Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
form.php
|
@ -1,7 +1,7 @@ |
|
|
<?php |
|
|
<?php |
|
|
//Import the PHPMailer class into the global namespace |
|
|
//Import the PHPMailer class into the global namespace |
|
|
use PHPMailer\PHPMailer\PHPMailer; |
|
|
|
|
|
require '../vendor/autoload.php'; |
|
|
require '../vendor/autoload.php'; |
|
|
|
|
|
use PHPMailer\PHPMailer\PHPMailer; |
|
|
|
|
|
|
|
|
if (array_key_exists('to', $_POST)) { |
|
|
if (array_key_exists('to', $_POST)) { |
|
|
$err = false; |
|
|
$err = false; |
|
|