MailShake
MailShake copied to clipboard
The SMTP mailer is not thread safe
It's missing a lock around the calls to self.connection.sendmail(...)
.