-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting "message": "'>' not supported between instances of 'str' and 'int'" error. #10
Comments
Can you show some code to reproduce this? |
This is defined in email.py then I have a mutation located in this file send_email.py.
.env file used by flask app
main.py |
it happens when i call the Message() class in the send_mail method |
Well, there is too much conditions to reproduce something. May be you can show your traceback? |
Hi, I followed how you've sent email with your test cases but yet I received this error.
The text was updated successfully, but these errors were encountered: