Page 1 of 1

Fatal error: Uncaught Error: Call to undefined function mail()

Posted: Tue Oct 01, 2024 4:57 pm
by ljcuevas
Hi, I keep having this error showing up in the form I make for my website, can anybody help me plis?
Fatal error: Uncaught Error: Call to undefined function mail() in /home/insurtech/public_html/index.php:72 Stack trace: #0 {main} thrown in /home/insurtech/public_html/index.php on line 72
I have load the site to this adress www.insurtech.com.py

thank you!

Re: Fatal error: Uncaught Error: Call to undefined function mail()

Posted: Tue Oct 01, 2024 5:13 pm
by Pablo
This seems to indicate that your webhost does not support default php mail.
You can try to use php mailer instead (Advanced -> Mail Engine)

Or else contact your web host and ask them if they can enable 'mail'.

Re: Fatal error: Uncaught Error: Call to undefined function mail()

Posted: Tue Oct 01, 2024 5:23 pm
by ljcuevas
Thank you for the answer! I give it a try!