RE: Emails no longer sent through site

2003-07-10 Thread Stephenie Hamilton
What OS?
What are you using for the mail server in CF Admin? Are you using the
server attribute of cfmail tag?

I have found the best way on a windows server is to use the local SMTP
service, set it to allow relaying only from 127.0.0.1, then in CF Admin
enter localhost for the mail server.
This will allow the email to be sent directly from the web server and
bypass the email server and any authentication issues altogether. Note:
do not use the server attribute of cfmail tag or you will override the
CF Admin settings.


~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
CFXHosting





-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 10, 2003 4:16 PM
To: CF-Talk
Subject: Emails no longer sent through site


This is really strange--at least in my exposure to CFMX thus far.

A few weeks back, a site of mine simply stopped sending emails
(www.ricsoensgroup.com) for those playing at home.  Stopped cold.  No
errors, no explanations, nothing.

Then, when I moved to a new server last week, it never re-started and
it's the only site that this is happening with...others are working just
fine and I re-used the same code, so I'm fairly well baffled.

Does anyone have any idea as to why this could occur?

Thanks,

Russ


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Emails no longer sent through site

2003-07-10 Thread David Delbridge
Are you specifying a mail server in your CFMAIL tags?  This could
explain why your site behaves differently from others on a shared
server.  If you are in a shared hosting environment, it could also
explain why your site's mail stopped working while others kept going --
because the administrator responsible for those changes to a network
mail server followed up with appropriate changes to CF Administrator. 
But, because you hard-coded the mail server by name into your templates,
those changes will break your site.

If you're not getting any ColdFusion errors, the messages might be sent
but the mail server is having problems.  Check the mail server's logs to
verify.

I hope this is helpful.

Dave

-- 

David M. Delbridge
Circa 3000
ColdFusion Hosting
http://www.circa3k.com

Russ wrote:
 
 This is really strange--at least in my exposure to CFMX thus far.
 
 A few weeks back, a site of mine simply stopped sending emails
 (www.ricsoensgroup.com) for those playing at home.  Stopped cold.  No
 errors, no explanations, nothing.
 
 Then, when I moved to a new server last week, it never re-started and
 it's the only site that this is happening with...others are working just
 fine and I re-used the same code, so I'm fairly well baffled.
 
 Does anyone have any idea as to why this could occur?
 
 Thanks,
 
 Russ
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4