Simulator Posted July 22, 2006 Share Posted July 22, 2006 hi,I've got a form and when i click submit, the php script shows the results entered but does not send an email to the account specified.I'm using the script from this page. http://www.giuseppecalbi.com/scripts/gc_formmail/index.php?page=2&lan=enno matter what i try i cannot get it to send the email to my account.Thanks for any help in advance.Regards, simulator Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/ Share on other sites More sharing options...
hackerkts Posted July 22, 2006 Share Posted July 22, 2006 Hmm... Weird, I just can't download the scripts.Why not posting the scripts ? Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62045 Share on other sites More sharing options...
Simulator Posted July 22, 2006 Author Share Posted July 22, 2006 Here are the scripts. I've done what it says to but does not send the email.Regards, Simulator[attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62205 Share on other sites More sharing options...
stickman Posted July 23, 2006 Share Posted July 23, 2006 What is the error that is returned when you click submit? Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62329 Share on other sites More sharing options...
Simulator Posted July 23, 2006 Author Share Posted July 23, 2006 unfortunatly no error is shown. It just won't send the email. i'm unsure of what is wrong.Regards, Simulator Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62330 Share on other sites More sharing options...
Tandem Posted July 23, 2006 Share Posted July 23, 2006 Do you have php.ini configured to properly work with your smtp server? Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62331 Share on other sites More sharing options...
Simulator Posted July 23, 2006 Author Share Posted July 23, 2006 maybe it could be my smtp server. My configuration is correct. I'll check my server.Regards, Simualtor Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62334 Share on other sites More sharing options...
stickman Posted July 24, 2006 Share Posted July 24, 2006 I meant what is the actually text is when you click Submit. Like the text that is returned when you click Submit. The script might be exitted before it gets to the mail command and that depends on what text is returned.EDIT: Or to make it easier on us, try this script to see if it emails you or not:[code]<?phpmail("[youremailhere]","[yoursubjecthere]","[yourmessagehere]");?>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62643 Share on other sites More sharing options...
Simulator Posted July 24, 2006 Author Share Posted July 24, 2006 unfortunatly the script did not send. if it helps i'm using a free webhost at [URL=http://www.110mb.com]www.110mb.com[/URL]If anyone knows of any free webhosts that do have smtp enabled, posting links would be appreciated.Regards, simulator Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62687 Share on other sites More sharing options...
hackerkts Posted July 24, 2006 Share Posted July 24, 2006 I don't think 110mb.com support SMTP (I might be wrong), but you might wanna try http://www.cwhnetworks.com/That's what I currently using. Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62692 Share on other sites More sharing options...
Simulator Posted July 24, 2006 Author Share Posted July 24, 2006 they say it is coming soon so yeh. awardspace do have it. maybe i should try there.thanks for your help thoughRegards, simulator Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62731 Share on other sites More sharing options...
hackerkts Posted July 24, 2006 Share Posted July 24, 2006 No problem, glad to help out. Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-62745 Share on other sites More sharing options...
Simulator Posted July 25, 2006 Author Share Posted July 25, 2006 I've decided that i'm not going to be able to send via email. Instead, is there a way of saving it to the server and then I can code a VB program to download the files. If possible i'd like to do this via html.Thanks, Simulator Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-63283 Share on other sites More sharing options...
hackerkts Posted July 25, 2006 Share Posted July 25, 2006 You can save those informations to MySQL database. Quote Link to comment https://forums.phpfreaks.com/topic/15326-webform-results-via-email/#findComment-63292 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.