Usage

This page gives a brief introduction to the library. It assumes you have the library installed, if you don’t check the Installing portion.

Usage

import smtppy
smtppy.setapikey("your api key")

Note: You are now required to provide an API key to get any data from the smtp.dev API. If you don't have an API key yet, create a new one on the API Keys page (https://smtp.dev/tokens).

Want to learn about writing content from scratch? Head to the Basics section to learn more.

Last updated