Hi list,
for a customer I do
some eMailings. I use
the coding like the following:

<CFQUERY NAME="eMailingGetData" DATASOURCE="something">
select *
from email_xxx
where counte = 1
ORDER BY name DESC
</CFQUERY>

<cfloop query="eMailingGetData">
<cftry>
<cfmail to="#email#"
                from="FOO <[EMAIL PROTECTED]"
                subject="this is the subject-line"
                mailerID="Advanced eMailing Engine powered by xxx">
Dear Mr./Mrs.,

blabla...

<cfmailparam name="Reply-To" value="[EMAIL PROTECTED]">
</cfmail>
<cfcatch></cfcatch>
</cftry>
</cfloop>

Some customers complain, that they see
only a white blank eMail.
Is this related to the fact, that they have only HTML-view
on their clients enabled or is there s.th. I can
change on the coding.

We use: CF 6.1 and Win2000 Server

Thanks

Uwe
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to