typo
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
a regular <classname>java.utils.Properties</classname> object. For example via <emphasis>util</emphasis> namespace
|
||||
provided by Spring.
|
||||
<important>
|
||||
If your userid contains '@' character use '%40' instead of '@' to avoid parsing errors from he underlying JavaMail API
|
||||
If your username contains the '@' character use '%40' instead of '@' to avoid parsing errors from the underlying JavaMail API.
|
||||
</important>
|
||||
<programlisting language="xml"><![CDATA[<util:properties id="javaMailProperties">
|
||||
<prop key="mail.imap.socketFactory.class">javax.net.ssl.SSLSocketFactory</prop>
|
||||
|
||||
Reference in New Issue
Block a user