TEST SMTP

  1. ID SMTP server (may or may not pull the correct SMTP)
    1. Open CMD command line
    2. type nslookup
      1. set type=mx
      2. domain.com
      3. Record the results
      4. quit
  2. Test with Telnet
    1. telnet <mail.domain.com> 25
    2. ehlo mail.mydomain.com (you can replace ehlo with helo if your not using an exchange server)
    3. mail from: test@domain.com
    4. rcpt to: user@domain.com
    5. data
    6. Subject: This is a test
    7.  type your test message
    8. . (end with a period)
    9. quit

epic
Author Details
Contributer and Author Enterprise Communications Engineer Hi Epic

testest test 

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments