Skip to content

Instantly share code, notes, and snippets.

View alexanderlamb's full-sized avatar

Alexander Lamb alexanderlamb

View GitHub Profile

Keybase proof

I hereby claim:

  • I am alexanderlamb on github.
  • I am alexlamb (https://keybase.io/alexlamb) on keybase.
  • I have a public key ASAsxiW9ANQIufZfUzFatrW97qWX68pwD9qiFOsQz-FVsgo

To claim this, I am signing this object:

import sendgrid
from sendgrid.helpers.mail import *
class FlaskSendGrid(object):
app = None
api_key = None
default_from = None
def __init__(self, app=None, **opts):
if app: