What makes good web hosting? When someone searches for the best web host or best web hosting, what are they looking for? (Psst, just a quick reminder, content on this site may include affiliate links to help support costs of operating this blog. You can read our full disclosure here.) First though, who am I […]
Configuring Microsoft’s SMTP Service to allow relay
My recent post on Installing the Microsoft IIS SMTP Service on Windows Server 2008 helps people get up-and-running with a local SMTP service to support the sending of emails from code (i.e.: C# Sample For Sending Emails). Just getting the SMTP service running though is only the first step – the default installation actually WON’T […]
Hosting, IIS, server, smtpInstalling the Microsoft IIS SMTP Service on Windows Server 2008
The most popular blog post on my site is how to send email to ASP.NET (C# code sample). It seems that a recurring question/comment on that post though is from people with issues with the code being rejected when trying to relay email through “localhost” (an assumed running local SMTP service). So, here’s a post […]
Hosting, IIS, server, smtp