<cfmail to="[EMAIL PROTECTED]" from="#form.email#" subject="">subscribe yourmaillist #form.firstname# #form.lastname#</cfmail> Put the code on one line and take out any space after subject=""> IMail wants the subscribe without any spaces in front of it. If you put .... subject=""> ---- you will pick up spaces right in here. subscribe .... </cfmail> Jeff Craig ----- Original Message ----- From: "Andrew P. Kaplan" <[EMAIL PROTECTED]> To: "IMail_Forum" <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 10:05 AM Subject: [IMail Forum] webpage to subscribe users to mailing list > I'm trying to setup a webform to automatically subscribe users. I get an > Illegal Imail List Server error. This the link > http://chilly.cshore.com/coldstone/list/index.html > > ColdFusion apparently must be sending some HTML code along with the email. > Does anyone have a suggestion or another way to subcribe people from a > webpage. > > The cold fusion code is below. > > <cfmail from="#email#" > to="[EMAIL PROTECTED]" > subject=""> > subscribe cotcs-list #name# > </cfmail> > > Andrew P. Kaplan, CNE, MCSE+Internet, MCT, CCNA, CCDA > CyberShore, Inc. -- Premium Internet Services -- http://www.cshore.com > > --- To understand recursion, one must first understand recursion. > > > > > > > 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 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/
