commit | b0572c6bd05880f60af75e8b4170334076b58a19 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Jun 01 14:18:22 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Jun 01 14:30:42 2009 -0700 |
tree | b40bef0404a816cb9fd74004746b392922857a47 | |
parent | 9743d0b249a165e84735f60504118b19cd3864bb [diff] |
Switch from Java Mail to Apache Commons NET basic SMTP client This removes the dependency on the encumbered Java Mail client made by Sun Microsystems, and replaces it with a very simple SMTP library under the Apache License. Configuration for the email client is now set in gerrit.config, by the same properties that "git send-email" would honor. Unfortunately we don't support TLS/SSL as a result of this move. Signed-off-by: Shawn O. Pearce <sop@google.com>