Skip to content

Instantly share code, notes, and snippets.

View wayneqs's full-sized avatar

Wayne Quinlivan wayneqs

View GitHub Profile
@erget
erget / Plotting CAMS nitrogen dioxide products.ipynb
Created June 26, 2018 19:30
Sample code for plotting Copernicus nitrogen dioxide products
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tylermakin
tylermakin / Multipart MIME Email.md
Last active May 7, 2024 21:24
Multipart MIME Email Guide

Multipart MIME Email Guide

This is a guide on how to send a properly formatted multipart email. Multipart email strings are MIME encoded, raw text email templates. This method of structuring an email allows for multiple versions of the same email to support different email clients.

// Example Multipart Email:
From: sender@example.com
To: recipient@example.com
Subject: Multipart Email Example
Content-Type: multipart/alternative; boundary="boundary-string"