Results 1 to 5 of 5
Related
-
Asp send email Forum: ASP Forum
Replies: 0 -
Form wont send the content to the email address Forum: CGI Perl Forum
Replies: 10 -
Form wont send the content to the email address Forum: Website Scripts Forum
Replies: 3 -
How do people send info from the 'submit' button on my website to my e-mail address? Forum: HTML Forum
Replies: 5
-
10-21-2003, 01:29 PM #1
how do i make a form that will send with "from a certain email address"?
I want to make a form send witha submit button without getting a users email info. so it will just come to me from an email address i specify. help!
-
10-21-2003, 03:09 PM #2
Re: how do i make a form that will send with "from a certain email address"?
Here is the structure of the form tag (assuming you know a little about forms)
HTML Code:<form method="post" enctype="text/plain" action="mailto:you@yourdomain.com">
-
10-21-2003, 03:12 PM #3
Re: how do i make a form that will send with "from a certain email address"?
ok but that only sends by using their computer email settings, how do i get around that and have it come from an address i can specify?
-
10-21-2003, 03:17 PM #4
Re: how do i make a form that will send with "from a certain email address"?
oops sorry too much going on here
check out this thread http://www.ahfb2000.com/webmaster_he...?threadid=2247
-
10-21-2003, 08:14 PM #5
Re: how do i make a form that will send with from a certain email address?
You need to check with your hosting compay to see what they support. Are you on a Windows or UNIX platform. If Windows - can you use JMail?