a short typo devel
authorSandro Knauß <knauss@netzguerilla.net>
Wed, 15 Feb 2012 14:43:37 +0100
branchdevel
changeset 168 42b55855e3a6
parent 167 374f34025fa1
child 169 aabc04843d25
a short typo
iro/offer/smtp.py
--- a/iro/offer/smtp.py	Wed Feb 15 12:55:56 2012 +0100
+++ b/iro/offer/smtp.py	Wed Feb 15 14:43:37 2012 +0100
@@ -61,7 +61,7 @@
                     smtp.starttls()
                
                 if not self.user == "":
-                    smtp.login(self.user,self.pw)
+                    smtp.login(self.user,self.password)
             try:
                 frm=self.send_from