Description
This method creates a hash from mail/smtp configuration so that only one instance of SmtpManager is ever created per configuration.
The implementation includes the String "port" for the purpose of building the hash, when it should instead use the numeric port as in String.valueOf(port).
That's all folks.