Assumption
SMTP Server : [SMTP_SERVER]
Client Machine Name : [CLIENT_MACHINE_NAME]
Email From: [EMAIL_FROM]
Email Recipient: [RCPT_TO]
Steps to use telnet command to send email through SMTP server
SMTP Server : [SMTP_SERVER]
Client Machine Name : [CLIENT_MACHINE_NAME]
Email From: [EMAIL_FROM]
Email Recipient: [RCPT_TO]
Steps to use telnet command to send email through SMTP server
1. Type in telnet command as described below to connect to the SMTP server.
telnet [SMTP_SERVER] 25
helo [CLIENT_MACHINE_NAME]
MAIL FROM:[EMAIL_FROM]
RCPT TO:[RCPT_TO]
DATA
Hello Testing! .
No comments:
Post a Comment