This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/1.x by this push:
new 6f91a75c Format tweak for example on site
6f91a75c is described below
commit 6f91a75c01d06bbf7d3ae8fa62cee4cb9d026957
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 21 15:33:42 2025 -0500
Format tweak for example on site
---
src/site/xdoc/userguide.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/userguide.xml b/src/site/xdoc/userguide.xml
index 286ae0e7..ea60de62 100644
--- a/src/site/xdoc/userguide.xml
+++ b/src/site/xdoc/userguide.xml
@@ -232,7 +232,7 @@ import org.apache.commons.mail.HtmlEmail;
<section name="Authentication">
<p>
If you need to authenticate to your SMTP server, you can call the
- <code>setAuthentication(userName,password)</code> method before sending
+ <code>setAuthentication(userName, password)</code> method before
sending
your email. This will create an instance of
<code>DefaultAuthenticator</code> which will be used by the JavaMail
API when the email is sent. Your server must support RFC2554 in