Works fine here.
What does this do?
<cfmail
from="ncm@cooperstown.com"
to="info@cooperstown.com"
subject="From Cooperstown.Com - Test!">
test
Nick Mangano
Cooperstown.Com Inc.
</cfmail>
--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com
"Cooperstown.Com" <webforumsuser@macromedia.com> wrote
in message
news:ftakg0$9r$1@forums.macromedia.com...
> Paul...
>
> The emails look OK...
>
> Here is the code...
>
> <CFSET mailsubject = 'From Cooperstown.Com -
Test!'>
> <cfset tome="ncm@cooperstown.com">
> <cfset fromme="info@cooperstown.com">
>
> <CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE=NO>
> <CFMAIL
> TO="#tome#"
> FROM="#fromme#"
> SUBJECT="#mailsubject#"
> >
> test
>
>
> Nick Mangano
> Cooperstown.Com Inc.
>
> </CFMAIL>
> </CFPROCESSINGDIRECTIVE>
>
>
> and here is the message the is in the Undelivr log:
>
> type: text/plain; charset=UTF-8
> server: 127.0.0.1:25
> from: info@cooperstown.com
> to: ncm@cooperstown.com
> subject: From Cooperstown.Com - Test!
> X-Mailer: ColdFusion 8 Application Server
> body:
> body: test
> body:
> body:
> body: Nick Mangano
> body: Cooperstown.Com Inc.
> body:
>
>