flask-mail icon indicating copy to clipboard operation
flask-mail copied to clipboard

Flask-Mail adds SMTP mail sending to your Flask applications

Results 119 flask-mail issues
Sort by recently updated
recently updated
newest added

Running the following: ```shell $ pytest tests/test_message.py -k 'test_unicode_sender_tuple or test_unicode_sender' ``` Gives the following 2 test failures: ```text ============================= test session starts ============================== platform linux -- Python 3.11.10, pytest-8.3.2,...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.6.3. Release notes Sourced from urllib3's releases. 2.6.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

trying to implement oneclick unsubscribe with encoding emails with jwt - jwt.encode({'unsub_account': email_address}, "test222", algorithm='HS256') which makes long token and emails providers sees it broken ``` url = f"url =...

Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.15.4 to 3.20.1. Release notes Sourced from filelock's releases. 3.20.1 What's Changed CVE-2025-68146: Fix TOCTOU symlink vulnerability in lock file creation by @​gaborbernat in tox-dev/filelock#461 Full Changelog:...

dependencies
python

Some spam detectors like Rspamd have rules which detect messages that are multipart/mixed yet have no non-textual part (for example the rule CTYPE_MIXED_BOGUS in Rspamd). This increases the spam score...

I like to propose this change, which basically consists of explicitly passing an SSL/TLS context. Otherwise, the SMTP client does not verify the server cert. The background is explained in...

@davidism I noticed something which led me to the PR for adding static type annotations https://github.com/pallets-eco/flask-mail/pull/221 This modified version of the simple example shown in the README (notice the added...

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 to 20.26.6. Release notes Sourced from virtualenv's releases. 20.26.6 What's Changed release 20.26.5 by @​gaborbernat in pypa/virtualenv#2766 Fix #2768: Quote template strings in activation scripts by...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python