Jump to content

Webform Results via Email?


Simulator

Recommended Posts

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=en

no matter what i try i cannot get it to send the email to my account.

Thanks for any help in advance.

Regards, simulator
Link to comment
Share on other sites

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]
<?php
mail("[youremailhere]","[yoursubjecthere]","[yourmessagehere]");
?>
[/code]
Link to comment
Share on other sites

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
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.