Loading

SMTP Test

Open Telnet from the command prompt telnet <Server> 25 or putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) HELO domain.com MAIL FROM:Admin@domain.com RCPT TO: User@Domain.Com DATA Subject: test message this is a test . QUIT using AUTH LOGIN requires both the

Continue Reading