Explorar o código

docs: added kws_smtp to attributes in docstring

Mikael Koli %!s(int64=4) %!d(string=hai) anos
pai
achega
8ef26fafee
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      redmail/email/sender.py

+ 3 - 0
redmail/email/sender.py

@@ -93,6 +93,9 @@ class EmailSender:
     templates_text_table : jinja2.Environment
         Jinja environment used for loading templates
         for table styling for text bodies.
+    kws_smtp : dict
+        Keyword arguments passed to ``cls_smtp``
+        when connecting to the SMTP server.
 
     Examples
     --------