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

Issues related to forms.
Post Reply
ljcuevas
 
 
Posts: 2
Joined: Tue Oct 01, 2024 4:44 pm

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

Post 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!
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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'.
ljcuevas
 
 
Posts: 2
Joined: Tue Oct 01, 2024 4:44 pm

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

Post by ljcuevas »

Thank you for the answer! I give it a try!
Post Reply