Skip to main content

How to send emails by Telnet?

Comments

4 comments

  • dalem
    telnet domain.com 25 helo domain.com mail from: user@domain.com[/EMAIL] rcpt to: user@domain.com[/EMAIL] data Subject: My Telnet Test Email my text .
    Note make sure you end your data (text) with a period by itself and hit enter
    0
  • cPanelMichael
    When I try to make a connection in my server: telnet mail.myserver.com 25 I get this error message: mail.myserver.com ESMTP Exim 4.85 #2 Thu, 25 Jun 2015 20:06:38 +0200 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.

    Hello :) This is actually the normal output, rather than an error message. You can search for "how to send email via telnet" on a search engine for several results, or use the instructions in the previous post. Thank you.
    0
  • LostNerd
    This link is likely to be exactly what you need. It's a quick and easy guide into the world of SMTP "Telnetting" ;) Have fun! yuki-onna.co.uk/email/smtp.html
    0
  • goSuhdo
    Im goind mad, always returns this when i try to outgoing an email: "retry time not reached for any host for '****.com'" can some one help with this? Ty
    0

Please sign in to leave a comment.