This Asphalt framework component provides a means for sending email from Asphalt applications.
Three mechanisms are currently supported:
- SMTP (using aiosmtplib)
- Sendmail
- Mock (just stores sent mails; useful for testing applications)
Third party libraries may provide additional backends.