Thursday, June 18, 2009

Test SMTP functionality

# Start a command prompt.
# Type telnet ServerName 25
Type EHLO, and then press ENTER
MAIL FROM:UserName@DomainName.tld
RCPT TO:RecipientName@DomainName.tld
type data
then type test or something and end with a '.' period.

No comments: