Commit bfe0ae955259439336c2a26cb73f4a54921b4989

Authored by Alex Savenko
1 parent 0efe9e69

controller

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/lib/sendmail.php
... ... @@ -264,12 +264,12 @@ namespace
264 264 //Whether to use SMTP authentication
265 265 $mail->SMTPAuth = true;
266 266 //Username to use for SMTP authentication - use full email address for gmail
267   - $mail->Username = "promokod.semenainua@gmail.com";
  267 + $mail->Username = "arctic.semenainua@gmail.com";
268 268 //Password to use for SMTP authentication
269   - $mail->Password = "promokod0411";
  269 + $mail->Password = "arctic0411";
270 270  
271 271 //Set who the message is to be sent from
272   - $mail->setFrom('semena@hs.kiev.ua', 'semena@hs.kiev.ua');
  272 + $mail->setFrom('semena@hs.kiev.ua', 'semena.in.ua');
273 273 //Set who the message is to be sent to
274 274 $mail->addAddress($data['email'], $data['name']);
275 275 //Set the subject line
... ...