From d015f7b116fc4d7c3295c82ba40e5e8c286fa60d Mon Sep 17 00:00:00 2001 From: abhishekpanthee <80570587+abhishekpanthee@users.noreply.github.com> Date: Sun, 17 Mar 2024 08:08:10 +0545 Subject: [PATCH] Update contact.php --- contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contact.php b/contact.php index 3c8eaf7..75c56d7 100644 --- a/contact.php +++ b/contact.php @@ -32,7 +32,7 @@ //Recipients $mail->setFrom('abhishekpanthee5@gmail.com', 'Contact-Form'); - $mail->addAddress('info@abhishekpanthee.com.np', 'Owner'); //Add a recipient + $mail->addAddress('abhishekpanthee5@gmail.com', 'Owner'); //Add a recipient //Optional name @@ -46,4 +46,4 @@ echo 'Message has been sent'; } catch (Exception $e) { echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; -} \ No newline at end of file +}