From b13a3eec8dd906c4b78041b22f42b8213319be19 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 4 Nov 2016 13:33:20 +0200 Subject: [PATCH] 123 --- www-arktika/email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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