Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Send an email with Python

Send a message through MailKite's /v1/send from Python. Sending needs a verified domain.

pip install mailkite-dev

Set your API key (dashboard → Settings → API key — or mint a domain-scoped key per agent/tenant):

export MAILKITE_API_KEY=mk_live_…

The sample lives in send.py. Docs: https://mailkite.dev/docs/sending