What is SMT protocol?

0 votes
asked by
edited by

I need to know what to write to send an email, for example: smtp.cellcom.com.

1 Answer

0 votes
answered by (100k points)

SMTP stands for Simple Mail Transfer Protocol and it's a TCP/IP protocol used in sending and receiving email. Many servers use this protocol as a base email system because it's simple, it's compatible with other web mail services and delivers email fast and accurate. If the server you are using is open to send emails then follow these steps to send email :

  1. Open Start > Run > Type Cmd and press Enter.
  2. Type **telnet smtp.cellcom.com 25 ** and press Enter
  3. Then use : HELO local.domain.com (where the domain is the one your are currently using and a reply should arrive something like: 250 mail.server.com Hello local.domain.name pleased to meet you)
  4. Enter your email address using : MAIL FROM: [email protected]
  5. Enter the destination email using command : RCPT TO: [email protected]
  6. Then type DATA and press Enter then on the next line type SUBJECT: [sample subject] and type your message.
  7. Press . (dot) and then Enter to send your message.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...