Get to a command line on your server. Then try to telnet to the mail server.
Code:
telnet mysmtpserver.somdomain.com 25
See if you can even get a connection.
If you do, then see if you can send.
Code:
HELO mail.mydomain.com
You should get something like this back 250 mail.domain.ext Hello local.domain.name [loc.al.i.p], pleased to meet you
Code:
MAIL FROM: myemail@mydomain.com
You should get a response like 250 2.1.0 mail@domain.ext... Sender ok
Code:
RCPT TO: myotheremail@gmail.com or ymail.com or hotmail.com or whever you know for sure works
You shold get back 250 2.1.0 mail@otherdomain.ext... Recipient ok
Code:
Subject: Test Email
& hit enter
Code:
This is a test email #1
& hit enter
& hit enter. You have to put a period (.) on a line by itself to end the mail.
You should get back 250 2.0.0 ???????? Message accepted for delivery where the ? are a message ID.
& hit enter
You should get back something like this 221 2.0.0 mail.domain.ext closing connection Connection closed by foreign host.
Now wait a few minutes and go log in to your other email account - Gmail, or Yahoo or whatever and make sure you got the email.
Bookmarks