0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Remove duplicate require in SMTP example

This commit is contained in:
Marcus Bointon 2017-11-06 12:53:20 +01:00
parent a73d52dbc8
commit 95a68b6ca7
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -14,8 +14,6 @@ require '../vendor/autoload.php';
//This should be done in your php.ini, but this is how to do it if you don't have access to that
date_default_timezone_set('Etc/UTC');
require '../vendor/autoload.php';
//Create a new SMTP instance
$smtp = new SMTP;