Tag Archives: mail smtp telnet rcpt data

MAIL, RCPT y DATA

De vegades provo una comunicació SMTP des de consola i deixo aquí la nota per no anar buscant per google: ivo@localhost ~ $ telnet localhost 25 Trying 127.0.0.1… Connected to localhost. Escape character is ‘^]’. 220 localhost.localdomain ESMTP Postfix MAIL FROM:< origen@servidor-fake.org> 250 Ok RCPT TO:< ivosandoval@gmail.com> 250 Ok DATA 354 End data with . [...]