Martino пре 3 година
родитељ
комит
6dcf01f454
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/tutorials/sending.rst

+ 2 - 2
docs/tutorials/sending.rst

@@ -13,7 +13,7 @@ is configured. At minimum, sending an email requires:
 
 .. code-block:: python
 
-    from email import EmailSender
+    from redmail import EmailSender
     email = EmailSender(host='localhost', port=0)
 
     email.send(
@@ -166,4 +166,4 @@ methods:
         )
         ...
     finally:
-        email.close()
+        email.close()