-
A simple problem with forms
Hello all. I’ve recently tried my hand at building a form in Dreamweaver(I know, I said this was simple stuff, right?). This is obviously the easy part – getting some CGI to actually deal with the form data is proving very, very tricky (at least for me..). I’m trying to post the information to a php file, which then should send an e-mail to a gmail account. There’s a hitch somewhere, but I’m not sure what it is.
The page with the form is:
https://www.votemia.com/volunteer/
The PHP code, on the file contact.php, is:
When I try to post the form, I get this error message:
Warning: mail() [function.mail]: SMTP server response: 550
No such user here in E:\inetpub\vhosts\votemia.com\httpdocs\contact.php on line 19
We encountered an error sending your mailThanks for any guidance/help/advice!