Paul, Evans, Todd, thanks for the input on this... I finally figured it
out (no, it didn't take all day, I just got sidetracked ;>).
When I looked at the cf code that Evans referred to, there was only one
difference... But I guess it was big enough.
Note in the code below that the old code (didn't work) had the FROM
first, then the TO. The new code (it works) had the TO first, then the
FROM.
MY OLD CODE:
<cfmail FROM="[EMAIL PROTECTED]"
TO="[EMAIL PROTECTED]"
SUBJECT="subscribe">
subscribe test_list Jason Alba
</cfmail>
MY NEW CODE:
<cfmail TO="[EMAIL PROTECTED]"
FROM="[EMAIL PROTECTED]"
SUBJECT="subscribe">
subscribe test_list Jason Alba
</cfmail>
Jason Alba
IT Manager
tel: 208.232.8599 x323
fax: 208.232.6068
http://www.varsitycontractors.com
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Evans Martin
Sent: Wednesday, April 03, 2002 1:23 PM
To: [EMAIL PROTECTED]
Subject: Re: [IMail Forum] e-mail list & auto generation
Go to http://www.martekware.com and download the free app CF_Subscribe.
It might answer some of your coding questions.
Thanks,
Evans Martin
http://www.martekware.com
----- Original Message -----
From: "Paul Navarre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 03, 2002 2:11 PM
Subject: RE: [IMail Forum] e-mail list & auto generation
> > Here is the mail tag:
> > <cfmail FROM="[EMAIL PROTECTED]"
> > TO="[EMAIL PROTECTED]"
> > SUBJECT="">
> > subscribe test_list Jason Alba
> > </cfmail>
>
> I don't know Cold Fusion, but is it possible the syntax is wrong? I do
> the same thing but using ASP and CDONTS with no problem.
>
> To check the syntax, change the "to" tag to your own email and see
> what the message looks like when you receive it.
>
> 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/
>
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/