Scripts
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb Site ManagementScripts

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now!
  #1  
Old April 1st, 2004, 12:59 PM
sdotsen sdotsen is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 223 sdotsen User rank is Lance Corporal (50 - 100 Reputation Level)sdotsen User rank is Lance Corporal (50 - 100 Reputation Level)sdotsen User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 Days 12 h 50 m 22 sec
Reputation Power: 6
Need a script to send email via form

Would like to add a form to my web page and send the results to me via email. I found a couple from hotscripts, but they aren't customizable. I may be forced to use PHP and use the mail function.

Reply With Quote
  #2  
Old April 2nd, 2004, 07:32 AM
ishnid's Avatar
ishnid ishnid is online now
kill 9, $$;
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Sep 2001
Location: Dublin, Eire
Posts: 5,505 ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level)ishnid User rank is General 5th Grade (Above 100000 Reputation Level) 
Time spent in forums: 3 Months 1 Week 2 Days 11 h 58 m 5 sec
Reputation Power: 1322
In what way do you want it to be 'customizable'?

You could try NMS's FormMail.

Reply With Quote
  #3  
Old May 18th, 2004, 05:53 AM
NameNick NameNick is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: European Union
Posts: 20 NameNick User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 26 m 25 sec
Reputation Power: 0
Hi lilcam

This Form Mail Script has templates for HTML and e-mail so you can customize the layout of both.

Best regards

NN

Reply With Quote
  #4  
Old May 25th, 2004, 05:01 PM
zedmelon's Avatar
zedmelon zedmelon is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: under a rock
Posts: 54 zedmelon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 20 m 42 sec
Reputation Power: 5
If your server doesn't have PHP, this one can use Perl or PHP.
http://www.thesitewizard.com/wizards/feedbackform.shtml
__________________
Mother says my .sig can beat up your .sig.

Reply With Quote
  #5  
Old May 25th, 2004, 10:06 PM
Yourslicka Yourslicka is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: USA
Posts: 6 Yourslicka User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Yourslicka Send a message via MSN to Yourslicka Send a message via Yahoo to Yourslicka
I have somekind a same problem. I mean I DON"T know how it works at all- I need to have a form on one of my pages collecting all info I need and sending it to me via e-mail ( form will contain like 5-6 questions)- now I ve read that I need to use some kind of CGI (???) and my hosting company doesn't support it- so what should I do and how do I create such a form on my page???????????? Thannk you!

Reply With Quote
  #6  
Old May 28th, 2004, 09:14 AM
AndrewKimb AndrewKimb is offline
Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 41 AndrewKimb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 sec
Reputation Power: 0
Simple Script

Ok, so on one page you need to set up the form with field names like "name", "address", "phone", "zip"

the the form tag should read
<form action=sendmail.php mathod=post>
<input type=text name=name>
....the other fields you want
</form>


for sendmial.php
<?
while(list($key, $value)=each($HTTP_POST_VARS)){
$$key = $value;
}

$message = "Website Sendmail\r\n";
$message .= "Name: $name\r\n";
$message .= "Address: $address\r\n";
etc.

mail("email to send to","Subject", $message);
?>



Visit my site www.mkmair.com for example of this type.

Reply With Quote
  #7  
Old June 4th, 2004, 10:59 AM
acidempire acidempire is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: England
Posts: 14 acidempire User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementScripts > Need a script to send email via form


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway