Created
November 17, 2011 19:47
-
-
Save kalbasit/1374260 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat <<EOM | telnet localhost 25 | |
| EHLO localhost | |
| MAIL FROM: duarnad@gmail.com | |
| RCPT TO: wael.nasreddine@gmail.com | |
| DATA | |
| From: Arnaud Le Roy <duarnad@gmail.com> | |
| To: Wael Nasreddine <wael.nasreddine@gmail.com> | |
| Subject: Test Postfix/Amazon SES (Arnaud => Wael) | |
| Test depuis postfix + amazon ses | |
| Email envoye depuis duarnad@gmail.com a | |
| - wael.nasreddine@gmail.com | |
| . | |
| QUIT | |
| EOM | |
| cat <<EOM | telnet localhost 25 | |
| EHLO localhost | |
| MAIL FROM: duarnad@gmail.com | |
| RCPT TO: stephane@agence-durable.com | |
| DATA | |
| From: Arnaud Le Roy <duarnad@gmail.com> | |
| To: Stephane Hakni <stephane@agence-durable.com> | |
| Subject: Test Postfix/Amazon SES (Arnaud => Stephane) | |
| Test depuis postfix + amazon ses | |
| Email envoye depuis duarnad@gmail.com a | |
| - stephane@agence-durable.com | |
| . | |
| QUIT | |
| EOM | |
| cat <<EOM | telnet localhost 25 | |
| EHLO localhost | |
| MAIL FROM: wael.nasreddine@gmail.com | |
| RCPT TO: duarnad@gmail.com | |
| DATA | |
| From: Wael Nasreddine <wael.nasreddine@gmail.com> | |
| To: Arnaud Le Roy <duarnad@gmail.com> | |
| Subject: Test Postfix/Amazon SES (Wael => Arnaud) | |
| Test depuis postfix + amazon ses | |
| Email envoye depuis wael.nasreddine@gmail.com a | |
| - duarnad@gmail.com | |
| . | |
| QUIT | |
| EOM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment