Cadwalader
IS-IT--Management
Greetings,
I am having a little trouble with this(actually a lot of trouble). Ok, so I want to be able to send an email from a form with out bringing up the users default mail client. The admin where the site is hosted got a cease and desist order to shut down SendMail because of spamming comlaints (it wasn't us doing the spamming, this form I am having trouble with allows users to subscribe or unsuscibe from a monthly news letter). So now the cgi that maintains the mailing list doesn't work and we are going to have to do it manually. It's ok because the list isn't that long.
I didn't write this code, I am just trying to make it work without using SendMail or cgi.
Anyway, here is the code, what am I doing wrong?
<form action="mailto:me@widgets.com" method="POST" target="BLANK">
<table border="0">
<tbody>
<tr>
<td bgcolor="#FFFFFF">
<center>
<strong>Join our mailing list<br>
for product discounts as well as new and<br>
updated information!</strong><br>
<input type="TEXT" size="10" name="e"></center>
<input type="RADIO" name="subscribe" value="subscribe"> <input type="HIDDEN" name="l" value="3"> <font size="2" face="verdana, arial, helvetica">subscribe</font><br>
<input type="RADIO" name="subscribe" value="unsubscribe" align="TOP"> <font size="2" face="verdana, arial, helvetica">unsubscribe</font><br>
<center>
<input type="SUBMIT" value=" Submit "></center>
</td>
</tr>
</tbody>
</table>
</form>
Could it be that it is not on the server just yet? Or does the code here rely on SendMail? But then again, it's not an SSI script...that's it! I've totally confused myself now!
Please help...
Hope I was of some help...
--OR--
Thanks for the help...
--Rich
I am having a little trouble with this(actually a lot of trouble). Ok, so I want to be able to send an email from a form with out bringing up the users default mail client. The admin where the site is hosted got a cease and desist order to shut down SendMail because of spamming comlaints (it wasn't us doing the spamming, this form I am having trouble with allows users to subscribe or unsuscibe from a monthly news letter). So now the cgi that maintains the mailing list doesn't work and we are going to have to do it manually. It's ok because the list isn't that long.
I didn't write this code, I am just trying to make it work without using SendMail or cgi.
Anyway, here is the code, what am I doing wrong?
<form action="mailto:me@widgets.com" method="POST" target="BLANK">
<table border="0">
<tbody>
<tr>
<td bgcolor="#FFFFFF">
<center>
<strong>Join our mailing list<br>
for product discounts as well as new and<br>
updated information!</strong><br>
<input type="TEXT" size="10" name="e"></center>
<input type="RADIO" name="subscribe" value="subscribe"> <input type="HIDDEN" name="l" value="3"> <font size="2" face="verdana, arial, helvetica">subscribe</font><br>
<input type="RADIO" name="subscribe" value="unsubscribe" align="TOP"> <font size="2" face="verdana, arial, helvetica">unsubscribe</font><br>
<center>
<input type="SUBMIT" value=" Submit "></center>
</td>
</tr>
</tbody>
</table>
</form>
Could it be that it is not on the server just yet? Or does the code here rely on SendMail? But then again, it's not an SSI script...that's it! I've totally confused myself now!
Please help...
Hope I was of some help...
--OR--
Thanks for the help...
--Rich