Commit b13a3eec8dd906c4b78041b22f42b8213319be19
1 parent
cb7c6e4f
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
www-arktika/email.php
... | ... | @@ -39,7 +39,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && |
39 | 39 | $mail->Username = "arctic.semenainua@gmail.com"; |
40 | 40 | //Password to use for SMTP authentication |
41 | 41 | $mail->Password = "arctic0411"; |
42 | - | |
42 | + | |
43 | 43 | //Set who the message is to be sent from |
44 | 44 | $mail->setFrom('arctic.semenainua@gmail.com', 'First Last'); |
45 | 45 | //Set who the message is to be sent to | ... | ... |