Help with my PHP email script
Bear with me--this is my first website ever, and my first time using PHP. I've done a good amount of reading in the interest of understanding all of this, and I think I'm pretty close to having it right, but for some reason my email script isn't working.
Screenshots of my script and the form that triggers it are below.
Basically, the PHP script gives me the echo I've coded, but no e-mail actually arrives in my inbox, and I'm not sure why (I've checked junkmail, and there's nothing there, either).
If you guys see any glaring errors in my code, I would appreciate it!
PS - I realize I haven't written security verifications in my PHP script ... for now I'm using DW's dedicated "email" and "phone" fields, and I'm limiting the name fields to 15 characters. I'm also using a reCaptcha verification, as you can see (which works on my domain--these screenshots were taken in the localhost environment where the reCaptcha isn't authorized). Just FYI. Obviously open to feedback on that as well, but since I'm so new to this I'm trying to eat in small bites!
You guys rule, thanks in advance.


