python-emails icon indicating copy to clipboard operation
python-emails copied to clipboard

Modern python library for emails

Results 21 python-emails issues
Sort by recently updated
recently updated
newest added

Would it be possible to add support for type checkers like `mypy`?

https://github.com/lavr/python-emails/blob/eb1adb459116bcc66b7e413a468e1a97336034d9/emails/utils.py#LL134C69-L134C70 I think this test might be incorrect? Perhaps the line should read as follows: ```py if isinstance(e, string_types) and (not n or isinstance(n, string_types)): ```

Hi, I have added minor changes to the ReadMe file for sending emails using CC and BCC.

When i have an image which does not have an easy to match file extension or none at all, the mime type guessing does not work.

When I use a background image in CSS, it end's up as a normal attachement, but is not inlined as expected and therfor not showing in the HTML.

Hi buddiez, I hope you're all doing goodie ^__^ I've seen the heuristics for email list detection, and to be honest I'm a bit surprised: from what I can see,...

When using T (Jinja templates) which is pretty much the first example on https://python-emails.readthedocs.io/en/latest/ you will get the following error: ``` File "/Users/foouser/git/myproject/.venv/lib/python3.9/site-packages/emails/template/jinja_template.py", line 21, in __init__ globals()['jinja2'] = __import__('jinja2')...

As the SMTP is required TLS 1.2, how to force smtp use TLS 1.2?

Is there a way to add cc recipients here?