// configrations
$my_smtp='smtp.gmail.com'; //your smtp eg smtp.gmail.com
$port =465;//your smtp port
$smtp_auth=true;
$smtp_secure="ssl";
$my_password ="*****"; // your app password as provided by google
$my_username ="[email protected]"; // you username or email e.g. [email protected]
this file is in config/SMTP.php