When I submit the popup form, I am getting this error
if I give debug=1, below error is coming
Error! There was an error sending your message.
Sending with mail()
Sendmail path: /usr/sbin/sendmail -t -i
Envelope sender: [email protected]
To: [email protected]
Subject: Define subject in php/contact-form.php line 29
Headers: Date: Wed, 20 Nov 2024 15:47:13 +0000From: Website User <[email protected]>Message-ID: <[email protected]>X-Mailer: PHPMailer 6.6.3 (https://github.com/PHPMailer/PHPMailer)MIME-Version: 1.0Content-Type: text/html; charset=UTF-8
Additional params: [email protected]
Result: true
if I give debug=2, below error is coming
Error! There was an error sending your message.
Sending with mail()
Sendmail path: /usr/sbin/sendmail -t -i
Envelope sender: [email protected]
To: [email protected]
Subject: Define subject in php/contact-form.php line 29
Headers: Date: Wed, 20 Nov 2024 15:50:07 +0000From: Website User <[email protected]>Message-ID: <[email protected]>X-Mailer: PHPMailer 6.6.3 (https://github.com/PHPMailer/PHPMailer)MIME-Version: 1.0Content-Type: text/html; charset=UTF-8
Additional params: [email protected]
Result: true
if I give debug=0, Message sent successfully but mail is not receiving.