Remove duplicate require in SMTP example
This commit is contained in:
parent
a73d52dbc8
commit
95a68b6ca7
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue