Author: tn Date: Thu Oct 10 21:16:12 2013 New Revision: 1531113 URL: http://svn.apache.org/r1531113 Log: Remove misleading sentence after successfully testing connection to gmail.
Modified: commons/proper/email/trunk/src/site/xdoc/userguide.xml Modified: commons/proper/email/trunk/src/site/xdoc/userguide.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/site/xdoc/userguide.xml?rev=1531113&r1=1531112&r2=1531113&view=diff ============================================================================== --- commons/proper/email/trunk/src/site/xdoc/userguide.xml (original) +++ commons/proper/email/trunk/src/site/xdoc/userguide.xml Thu Oct 10 21:16:12 2013 @@ -279,8 +279,7 @@ import org.apache.commons.mail.HtmlEmail <ul> <li> When using a secured transport (STARTTLS or SSL) you can force validating the server's - certificate by calling <code>Email.setSSLCheckServerIdentity(true)</code>. Having said that - this does not seem to work on any of my test servers (GMAIL, GMX). + certificate by calling <code>Email.setSSLCheckServerIdentity(true)</code>. </li> <li> Enforce using STARTTLS by calling <code>Email.setStartTLSRequired(true)</code>