ace.tools.email
ace.tools.email.utils
- class ace.tools.email.utils.SMTPConnector(host: str = '', port: int = 587, user: str = '', password: str = '')[source]
Bases:
object
- ace.tools.email.utils.send_email(smtp_connector: SMTPConnector, _to: str, _from: str, subject: str, template: str, context: dict)[source]