Loading

Tag Archive: SMTP

Sep
03

SMTP Test

Open Telnet from the command prompt telnet <Server> 25 or putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) HELO MAIL FROM:Admin@domain.com RCPT TO: User@Domain.Com DATA Subject: test message this is a test . QUIT Note: telnet by default is not enabled in Vista and Windows 2008, To enable telnet you will need to Add this as a feature

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/smtp-test/

Sep
03

Using CDONTS on Windows 2003 Server?

Using CDONTS on Windows 2003 Server? Issue When using CDONTS on windows 2003 you recieve the following error message Server object error ‘ASP 0177 : 800401f3′ Server.CreateObject Failed .asp, line ‘x’ 800401f3 Resolution Microsoft Windows Server 2003 no longer supports Collaboration Data Objects (CDO) for NTS (CDONTS). Therefore, applications that use CDONTS will not function …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/using-cdonts-on-windows-2003-server/