Skip to content

Instantly share code, notes, and snippets.

@autarch
Created January 26, 2016 01:09
Show Gist options
  • Select an option

  • Save autarch/84a7a0e05bb3d3ebf79b to your computer and use it in GitHub Desktop.

Select an option

Save autarch/84a7a0e05bb3d3ebf79b to your computer and use it in GitHub Desktop.
$ perl -MCourriel::Builder -E 'say build_email( to( q{sástien.lambert@example.com} ), subject( q{Testing} ), from( q{autarch@urth.org} ), plain_body(q{Body}) )->as_string'
To: =?UTF-8?B?c8ODwqFzdGllbi5sYW1iZXJ0QGV4YW1wbGUuY29t?=
Subject: Testing
From: autarch@urth.org
Date: Tue, 26 Jan 2016 01:08:47 +0000
Message-Id: <14537705270.BD7FaFC0D.31134@houseabsolute.urth.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64
Qm9keQ==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment