Skip to content

Instantly share code, notes, and snippets.

@jwreagor
Created July 24, 2009 16:44
Show Gist options
  • Save jwreagor/154401 to your computer and use it in GitHub Desktop.
Save jwreagor/154401 to your computer and use it in GitHub Desktop.
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