Changeset - beabd452f08b
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-01-22 19:03:23
marcin@python-works.com
fixed ehlo command for mailing.
Thanks to apollo13
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/smtp_mailer.py
Show inline comments
 
@@ -47,7 +47,7 @@ class SmtpMailer(object):
 
        if self.debug:
 
            smtp_serv.set_debuglevel(1)
 

	
 
        smtp_serv.ehlo("rhodecode mailer")
 
        smtp_serv.ehlo()
 

	
 
        #if server requires authorization you must provide login and password
 
        smtp_serv.login(self.user, self.passwd)
0 comments (0 inline, 0 general)