Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The function below is an example of sending email using the Python library notifiers.
import notifiers
notifiers.get_notifier("email").notify(
from_="sender@domain.com",
to=["recipient1@domain.com", "recipient2@domain …