diff --git a/www-arktika/email.php b/www-arktika/email.php index 0dc04fa..cdbada9 100644 --- a/www-arktika/email.php +++ b/www-arktika/email.php @@ -39,7 +39,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && $mail->Username = "arctic.semenainua@gmail.com"; //Password to use for SMTP authentication $mail->Password = "arctic0411"; - + //Set who the message is to be sent from $mail->setFrom('arctic.semenainua@gmail.com', 'First Last'); //Set who the message is to be sent to -- libgit2 0.21.4