Instantly share code, notes, and snippets.

Embed
What would you like to do?
email test to non existent email addresses
swaks -to msimmerson@freebsdsystems.com -server localhost 25
=== Trying localhost:25...
=== Connected to localhost.
<- 220 mxbt1.barontel.com ESMTP
-> EHLO mxbt1.barontel.com
<- 250-mxbt1.barontel.com
<- 250-PIPELINING
<- 250 8BITMIME
-> MAIL FROM:<root@mxbt1.barontel.com>
<- 250 ok
-> RCPT TO:<msimmerson@freebsdsystems.com>
<- 250 ok
-> DATA
<- 354 go ahead
-> Date: Thu, 28 Jan 2016 12:46:05 -0500
-> To: msimmerson@freebsdsystems.com
-> From: root@mxbt1.barontel.com
-> Subject: test Thu, 28 Jan 2016 12:46:05 -0500
-> X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/
->
-> This is a test mailing
->
-> .
<- 250 ok 1454003165 qp 33431
-> QUIT
<- 221 mxbt1.barontel.com
=== Connection closed with remote host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment