David Lord

Results 487 comments of David Lord

If `email.Message.as_bytes()` is failing on something it shouldn't, that seems to be an issue to report to Python's smtplib. 3.8 is the lowest supported version in 2024, and it does...

Suppressing sending isn't the same as not creating the message objects.

`pip install https://github.com/mattupstate/flask-mail/tarball/master`

This needs some explanation/context.

I'm not clear how this issue can happen. The test is very complex, and does not seem to do anything about `host` not having a `sock` attribute. The following code...

I'm not clear how this issue can happen. We don't call `exit()`, and `SMTP.quit()` does not have the check you indicate it does. The following code does not seem to...

PyPy3 targets Python 3.2 currently, and `email.policy` was added in 3.3.

If `email.Message.as_bytes()` is failing on something it shouldn't, that seems to be an issue to report to Python's smtplib. 3.8 is the lowest supported version in 2024, and it does...

You're looking at old, outdated docs that are outside of the project's control. See #42. The correct site is https://pythonhosted.org/Flask-Mail/, notice the capitalization.

I think this is outside the scope of this extension.