Skip to content

Commit 6f91a75

Browse files
committed
Format tweak for example on site
1 parent b774c60 commit 6f91a75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/site/xdoc/userguide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ import org.apache.commons.mail.HtmlEmail;
232232
<section name="Authentication">
233233
<p>
234234
If you need to authenticate to your SMTP server, you can call the
235-
<code>setAuthentication(userName,password)</code> method before sending
235+
<code>setAuthentication(userName, password)</code> method before sending
236236
your email. This will create an instance of
237237
<code>DefaultAuthenticator</code> which will be used by the JavaMail
238238
API when the email is sent. Your server must support RFC2554 in

0 commit comments

Comments
 (0)