Commit 5f1e8d99282d1f4772ffa23a12588a1f753f4a54

Authored by Alex Savenko
1 parent 61e4231f

arktika mail template

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
www-arktika/email.php
... ... @@ -62,7 +62,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) &&
62 62 $mail->Password = "arctic0411";
63 63  
64 64 //Set who the message is to be sent from
65   - $mail->setFrom('arctic.semenainua@gmail.com', 'First Last');
  65 + $mail->setFrom('arctic.semenainua@gmail.com', 'semena.in.ua');
66 66 //Set who the message is to be sent to
67 67 $mail->addAddress('arctic.semenainua@gmail.com');
68 68 $mail->addAddress($email,$name);
... ...