dkeipper Posted March 4, 2009 Share Posted March 4, 2009 My PHP script is not sending me an email from my HTML form. Can you please review the attachments and see what i'm doing wrong? this is the first time i've worked with html/php, so please detail it for me if you will. Thanks for any help you can provide me. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/147855-solved-php-script-not-sending-me-an-email-for-my-html-form/ Share on other sites More sharing options...
RussellReal Posted March 4, 2009 Share Posted March 4, 2009 did you check your junkmail box? also, remove the @ from mail() and maybe it'll throw you a warning or something pertaining to why it wasn't sent.. Quote Link to comment https://forums.phpfreaks.com/topic/147855-solved-php-script-not-sending-me-an-email-for-my-html-form/#findComment-776032 Share on other sites More sharing options...
dkeipper Posted March 4, 2009 Author Share Posted March 4, 2009 yes, i've tried 3 different email accounts...i'll try to remove the character and see what it does... Quote Link to comment https://forums.phpfreaks.com/topic/147855-solved-php-script-not-sending-me-an-email-for-my-html-form/#findComment-776036 Share on other sites More sharing options...
dkeipper Posted March 4, 2009 Author Share Posted March 4, 2009 no, it didn't pop up any errors, it actually didn't change a thing by removing it. any more suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/147855-solved-php-script-not-sending-me-an-email-for-my-html-form/#findComment-776037 Share on other sites More sharing options...
RussellReal Posted March 4, 2009 Share Posted March 4, 2009 another thing, but I don't know if its allowed or not.. but I've never seen anyone do @$varToAssign = "value"; @ is just something u usualy put infront of function calls to disregard warnings otherwise, maybe your php can't send a mail? I'm not sure what else to tell ya lol Quote Link to comment https://forums.phpfreaks.com/topic/147855-solved-php-script-not-sending-me-an-email-for-my-html-form/#findComment-776042 Share on other sites More sharing options...
dkeipper Posted March 4, 2009 Author Share Posted March 4, 2009 still no luck...thanks for trying...anyone else have suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/147855-solved-php-script-not-sending-me-an-email-for-my-html-form/#findComment-776051 Share on other sites More sharing options...
dkeipper Posted March 4, 2009 Author Share Posted March 4, 2009 was using a windows hosting server and switched to linux. Quote Link to comment https://forums.phpfreaks.com/topic/147855-solved-php-script-not-sending-me-an-email-for-my-html-form/#findComment-776802 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.