We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81909a commit 9a18e66Copy full SHA for 9a18e66
fastapi_mail/fastmail.py
@@ -1,6 +1,6 @@
1
from contextlib import contextmanager
2
-from email.utils import formataddr
3
from email.message import EmailMessage, Message
+from email.utils import formataddr
4
from typing import Any, Dict, Optional, Union
5
6
import blinker
0 commit comments