From 6e3f451bc72520cdd8a3f1ed37817bf8d3b4b244 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 15 Aug 2013 23:41:03 +0200 Subject: [PATCH] just added a link --- lib/tasks/email.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tasks/email.py b/lib/tasks/email.py index d7e498b..137ab85 100644 --- a/lib/tasks/email.py +++ b/lib/tasks/email.py @@ -1,5 +1,7 @@ """ The email task. + +http://docs.python.org/2/library/email-examples.html """ import smtplib