On 24/07/12 15:16, Sarah Addis wrote: > Ok.. so I have found this piece of code in my smtp.py file: > > def _registerAuthenticators(self): > # Register Authenticator in order from most secure to least secure > > self.registerAuthenticator(CramMD5ClientAuthenticator(self.username)) > self.registerAuthenticator(LOGINAuthenticator(self.username)) > self.registerAuthenticator(PLAINAuthenticator(self.username)) > > so if I switch the order around to put PLAINAuthenticator first will > this hopefully work?
Should do, if I understand the code correctly. See my other email for a different approach. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python