Christy


Is the from address a valid from address? Have you checked the undelivr
folder and the mail logs? These will normally give you a good clue as to
what the problem is.


KOla


-----Original Message-----
From: Christy Carter [mailto:[EMAIL PROTECTED]
Sent: 21 June 2004 17:37
To: CF-Talk
Subject: cfmail only works internally


I use cfloop and cfmail to send a mass auto-email to all the users in my
database. Or I try to anyway! :)

It goes through to all users on our local email server - i.e. anyone
with the same email extension (for example [EMAIL PROTECTED]).  But nobody
else seems to get it - nobody with a yahoo or hotmail account, and
nobody with a different ISP account...and I have no idea why.

Here's my code...any ideas?

Thanks,
Christy

<cfloop query="getlist" >
<cfmail from="[EMAIL PROTECTED]" type="HTML"
server="#application.mailserver#" to="#email#" subject="#form.subject#">

Dear #getlist.Username#,<br><br>

#form.body#<br><br><br>

Sincerely,
"The Company"

</cfmail>
</cfloop>
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to