diff --git a/src/lib/sendmail.php b/src/lib/sendmail.php index 14ea395..6c217fb 100644 --- a/src/lib/sendmail.php +++ b/src/lib/sendmail.php @@ -227,9 +227,6 @@ namespace public function sendSubscribe($data) { - $acc_log = 'promokod.semenainua@gmail.com'; - $acc_pass = 'promokod0411'; - $view = new \Phalcon\Mvc\View(); $view->setViewsDir( ROOT_PATH.config::get( 'dirs/viewsDir' ) ); @@ -264,9 +261,9 @@ namespace //Whether to use SMTP authentication $mail->SMTPAuth = true; //Username to use for SMTP authentication - use full email address for gmail - $mail->Username = "promokod.semenainua@gmail.com"; + $mail->Username = "arctic.semenainua@gmail.com"; //Password to use for SMTP authentication - $mail->Password = "promokod0411"; + $mail->Password = "arctic0411"; //Set who the message is to be sent from $mail->setFrom('semena@hs.kiev.ua', 'semena.in.ua'); -- libgit2 0.21.4