read
Gerrit 을 세팅할 때, gmail 을 smtp 로 쓰려면 SSL 로 설정해야 한다. encryption 을 TLS 로 설정하면 왜인지 메일이 가지 않는다.
from = BlahBlah <blah@blah.com>
smtpServer = smtp.gmail.com
smtpServerPort = 465
smtpEncryption = SSL
smtpUser = blah@blah.com
smtpPass = BlahBlah
sslVerify = false