If you let users add their address on a webpage (like ipswitch) you
could just copy the emailaddress to the name field.
I use it that way.
The mailhandler script (asp in this case)
gets the email supplied on the page which looks like this:
Dim mail, chk1, chk2
mail = Request.Form("mail")
Dim myCDONTSMail
Dim strFrom
Dim strTo
Dim strSubject
Dim strMessage
strTo="[EMAIL PROTECTED]"
strSubject = " "
strMessage= "subscribe list_name " & mail
Set myCDONTSMail = CreateObject("CDONTS.NewMail")
myCDONTSMail.Send strFrom,strTo,strSubject,strMessage
Set myCDONTSMail = Nothing
Works like a charm.
If you need them to subsribe by just sending an email manually, I wouldn't
know the answer..
Cheers,
Tim van den Hoff
> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens David E. Drucker
> Verzonden: dinsdag 23 april 2002 16:45
> Aan: [EMAIL PROTECTED]
> Onderwerp: [IMail Forum] Mailing List Subscribing
>
>
> Is there away for someone to sign up for a mailing list without having to
> enter First Name and Last Name along with their e-mail address. So, all
> that they need do is enter an e-mail address.
>
> Thanks
> David
>
>
> 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/
>
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/