I know how to send email using port 25..but my mail server require authentication to send email to another email with diffrent domain..I don't know how can I login with smtp commands.I even read rfc SMTP but it didn't help me...??
This page descript how to send email using port 25.
How to Test SMTP Communication
Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
thx Robert..but I need soem command for smtp on port 25..
if I want to send an email to someone with diffrent domain, my mail server require me to enter password..I don't know
how can I log on with telnet in smtp server..
this may help. quoted from
http://www.howtonetworking.com/server/telnetpop3.htm
How to retrieve an email from a server using telnet
To troubleshoot POP3 issue, you can telnet to port 110 to diagnose the connection. You can also use telnet retrieve an email from a remote server.
To test the connection, use this command: Telnet IP_address_of_server or hostname110
To retrieve email using POP3 use these command:
USER domain/Windows_NT_account/Exchange_mailbox (identifies the mailbox you want to open)
PASS Windows_NT_domain_password (the password for the mailbox)
LIST (shows a list of available messages and their size)
RETR message number (retrieve a message)
Other useful commands are dele, top and quit.
Here is the example of retrieving email from ms-mvps.com
Related Topics
How to Test SMTP Communication
Previous Page Next Page
Don't send e-mail or reply to me except you need consulting services. Posting on MS newsgroup will benefit all readers and you may get more help.
Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
Hi all
I used telnet to connect a mail server.
it connects but it needs login.
I read smtp tfc but I can't find commands to log in and enter user name and
password..
I
I need a sample commands to log into that bu telnet..
thx in advance