Added new optional credentials argument to SMTPHandler.__init__, and smtp.login(...
commitca2b2c7265951cdc101cec9e359fb0bbb15c4a67
authorvinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 1 May 2007 10:20:03 +0000 (1 10:20 +0000)
committervinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 1 May 2007 10:20:03 +0000 (1 10:20 +0000)
tree206397984656e40a649efd1051ed02bfaf2da97e
parent73d6e15059581dabc7ea79c75301016f397fa29c
Added new optional credentials argument to SMTPHandler.__init__, and smtp.login() is now called in SMTPHandler.emit() if credentials are specified.

git-svn-id: http://svn.python.org/projects/python/trunk@55041 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/logging/handlers.py