It does the job as a basic SMTP server for sending mail via websites. If you
want any kind of decent logging though you had better use something else.
What we do is use it as a smart host to a proper SMTP server, this solves a
lot of issues as a lot of developers think everything resides on localhost
(mail, database etc) because this is how they develop locally and they think
the hosting company works the same.
So by having SMTP on localhost you allow most peoples code to work and avoid
a lot of support issues.
This tends to apply to non CF applications though, seeing as the mail server
is set in the cfadmin.




-----Original Message-----
From: Rick Root [mailto:[email protected]] 
Sent: 07 December 2010 01:35
To: cf-talk
Subject: Re: CF9/Win7 64 bit issues


On Mon, Dec 6, 2010 at 8:03 PM, Russ Michaels <[email protected]> wrote:

>
> There are other reasons to install the IIS6 management tools, such as 
> if you plan to use windows built in SMTP server which requires it.
>
> God help those people.

Worst.  SMTP Server.  Ever.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339877
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to