We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b774c60 commit 6f91a75Copy full SHA for 6f91a75
1 file changed
src/site/xdoc/userguide.xml
@@ -232,7 +232,7 @@ import org.apache.commons.mail.HtmlEmail;
232
<section name="Authentication">
233
<p>
234
If you need to authenticate to your SMTP server, you can call the
235
- <code>setAuthentication(userName,password)</code> method before sending
+ <code>setAuthentication(userName, password)</code> method before sending
236
your email. This will create an instance of
237
<code>DefaultAuthenticator</code> which will be used by the JavaMail
238
API when the email is sent. Your server must support RFC2554 in
0 commit comments