> What is the body that you are putting in your code? What is the
> subject?
Here is my code:
<%
Dim objMail
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From = Request.Form("email")
objMail.Subject = "Subscribe"
objMail.To = "mydomain.com"
objMail.Body = "subscribe mylist " & Request.Form("name")
objMail.Send
set objMail = nothing
%>
I am asking users to fill their name in the web page form so it
subscribes correctly.
Paul
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.
An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Please visit the Knowledge Base for answers to frequently asked
questions: http://www.ipswitch.com/support/IMail/