Skip to content

Instantly share code, notes, and snippets.

@bdimcheff
Created October 18, 2009 15:30
Show Gist options
  • Save bdimcheff/212709 to your computer and use it in GitHub Desktop.
Save bdimcheff/212709 to your computer and use it in GitHub Desktop.
{ :action => :ehlo,
:ehlo => 'mail.example.org' }
{ :action => :mail_from,
:ehlo => 'mail.example.org',
:mail_from => '[email protected]' }
{ :action => :rcpt_to,
:ehlo => 'mail.example.org',
:mail_from => '[email protected]',
:rcpt_to => '[email protected]' }
{ :action => :data,
:ehlo => 'mail.example.org',
:mail_from => '[email protected]',
:rcpt_to => '[email protected]',
:data => 'Mail data here...' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment