View Single Post
Old 08-10-2009, 00:58   #5
webcrawler2050
Inactive
 
Join Date: Feb 2008
Location: Swindon
Services: TiVo 110MB BB Phone Line
Posts: 3,087
webcrawler2050 has reached the bronze age
webcrawler2050 has reached the bronze agewebcrawler2050 has reached the bronze agewebcrawler2050 has reached the bronze agewebcrawler2050 has reached the bronze agewebcrawler2050 has reached the bronze agewebcrawler2050 has reached the bronze agewebcrawler2050 has reached the bronze age
Send a message via MSN to webcrawler2050
Re: Can't send emails from ONE of the computers on the network(it's not a firewall is

Quote:
Originally Posted by caph View Post
Jawar, SMTP is a text based protocol so it's dead easy to test with Telnet (if you're on Vista you may need to install telnet via Programs and Features, Turn Windows Features On or Off, Telnet client). Drop to a command prompt and enter

telnet smtp.ntlworld.com 25

Tell us what error message you get. If you don't get an error then try and send an email to yourself by entering

HELO ntlworld.com<CR>
MAIL FROM:youremailaddress@ntlworld.com<CR>
RCPT TO:youremailaddress@ntlworld.com<CR>
DATA<CR>
test<CR>
.<CR>
<CR>
QUIT<CR>

Obviously don't type <CR>, hit return instead, and you can't use backspace so it's best to copy and paste each line so you don't make a mistake. If you get an error after entering one of those lines (an error will be any response which is not a 250) then let us know what it is.
Second that, you should get something, like "Well Hello there" along those lines. However, when sending via Outlook, what error message if any are you getting? I assume you haev checked all your crudentials?
webcrawler2050 is offline   Reply With Quote