jabismonte
Results
2
comments of
jabismonte
This is defined in email.py `from flask_emails import Message, EmailsConfig` `def send_mail():` ` SAMPLE_MESSAGE = {` ` 'html': 'Test from flask_emails',` ` 'mail_from': '[email protected]',` ` 'mail_to': '[email protected]',` ` 'subject': 'Test...
it happens when i call the Message() class in the send_mail method