Created
July 24, 2009 16:44
-
-
Save jwreagor/154401 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
Note to Self: When encoding email from a web service, include attachments as raw data up to a certain size limitation. Majority of SMTP clients encode email as Base64/UUencode/String#unpack("m"). That's completely portable for web accessible content types, JSON, XML, RDF, etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment