Add a new post


Name  
Email*  
Subject  
Message
 
 
Protected by Clearscreen.SharpHIPTo prevent abuse from bots, please enter the text you see.:
 

* In order to reduce SPAM, all email addresses will be obfuscated so they cannot be read by spam bots.
For example: 'test@test.com' will become 'test (at) test dot com'.

SMTP Protocol/Network Related Exceptions
Most of the exceptions are either from poor network connective or from relaying permissions.

Solving these exceptions will mainly deal with checking

  1. Network Connectivity
  2. Correct SmtpMail.SmtpServer specified
  3. The SmtpMail.SmtpServer is running
  4. Can connect to SmtpMail.SmtpServer using telnet at port 25
  5. You can relay through the mail server
Lets look at some specific exceptions.