Created
February 13, 2013 10:18
-
-
Save benjamin-thomas/4943617 to your computer and use it in GitHub Desktop.
The bare minimum to send an email attachment (multipart)
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
MIME-Version: 1.0 | |
Content-Type: multipart/mixed;boundary="-----------MIME_BOUNDARY | |
-------------MIME_BOUNDARY | |
Content-Type: application/octet-stream; | |
Content-Transfer-Encoding: Base64 | |
PHhtbD48bm9kZT5UaGlzIGlzIGEgbXVsdGlwYXJ0IGF0dGFjaG1lbnQ8L25v | |
ZGU+PC94bWw+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this command line tool to send the email
Or with netcat