Php code for sending email brings an error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
JSubira
Forum Newbie
Posts: 1
Joined: Thu Dec 14, 2017 7:00 am

Php code for sending email brings an error

Post by JSubira »

I have a form that should be sending an email but unfortunately it does not send the mail
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Php code for sending email brings an error

Post by requinix »

That sucks. You should probably fix it. I'm sure we could help but without any sort of details from you that's hard to do...
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Php code for sending email brings an error

Post by Christopher »

Please post your code.
(#10850)
benanamen
Forum Newbie
Posts: 18
Joined: Sun Nov 15, 2015 11:57 am

Re: Php code for sending email brings an error

Post by benanamen »

Wait, I got this....

Forms do not send emails. They submit data. The mail function sends emails. http://php.net/manual/en/function.mail.php
Post Reply