Email form dont work on this theme can you help? Personal - Best Personal Portfolio Website Template - Colorlib
I changed adress in mail.php
$to = ‘************@gmail.com’;
And dont work when you upload on hosting, i did not recieve any email.
Email form dont work on this theme can you help? Personal - Best Personal Portfolio Website Template - Colorlib
I changed adress in mail.php
$to = ‘************@gmail.com’;
And dont work when you upload on hosting, i did not recieve any email.
Hi there
Review your server email logs and check if you have any records there, let me see them
error log from ftp:
[14-Feb-2022 02:03:18 UTC] PHP Notice: Undefined index: email in /home/gpimpor/public_html/androidsapps/Igor/Igor4/mail.php on line 4
[14-Feb-2022 02:03:18 UTC] PHP Notice: Undefined index: message in /home/gpimpor/public_html/androidsapps/Igor/Igor4/mail.php on line 5
[14-Feb-2022 02:03:18 UTC] PHP Notice: Undefined index: subject in /home/gpimpor/public_html/androidsapps/Igor/Igor4/mail.php on line 6
[16-Feb-2022 06:05:59 UTC] PHP Notice: Undefined index: name in /home/gpimpor/public_html/androidsapps/Igor/Igor4/mail.php on line 3
[16-Feb-2022 06:05:59 UTC] PHP Notice: Undefined index: email in /home/gpimpor/public_html/androidsapps/Igor/Igor4/mail.php on line 4
[16-Feb-2022 06:05:59 UTC] PHP Notice: Undefined index: message in /home/gpimpor/public_html/androidsapps/Igor/Igor4/mail.php on line 5
[16-Feb-2022 06:05:59 UTC] PHP Notice: Undefined index: subject in /home/gpimpor/public_html/androidsapps/Igor/Igor4/mail.php on line 6
[05-Mar-2022 19:13:32 UTC] PHP Parse error: syntax error, unexpected ‘@’ in /home/gpimpor/public_html/androidsapps/Igor/Igor2/mail.php on line 2
[05-Mar-2022 19:13:34 UTC] PHP Parse error: syntax error, unexpected ‘@’ in /home/gpimpor/public_html/androidsapps/Igor/Igor2/mail.php on line 2
line 2 is my email i cant delete @
<?php $to = '[email protected]'; $name = $_POST["name"]; $email= $_POST["email"]; $text= $_POST["message"]; $subject= $_POST["subject"];Any news about this case why email form dont work?
Did you check my logs?