Skip to content

Mailer

Mailer

Client to send emails using SMTP.

send_email

send_email(subject: str, body: str) -> None

Docstring pour send_email

Parameters:

Name Type Description Default
subject str

The subject of the email

required
body str

The body of the email

required