Skip to content

Commit

Permalink
MailHandler LogManger support for mail entries #119
Browse files Browse the repository at this point in the history
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
  • Loading branch information
jmehrens committed Jan 22, 2024
1 parent 984d2b0 commit 6028528
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@
* empty string can be used to specify no sender address.
* (defaults to <code>null</code>, none)
*
* <li>&lt;handler-name&gt;.mailEntries specifies mail session properties for
* this <code>Handler</code>. The format for the value is described in
* <li>&lt;handler-name&gt;.mailEntries specifies the mail session properties
* for this <code>Handler</code>. The format for the value is described in
* {@linkplain #setMailEntries(java.lang.String) setMailEntries} method.
* This property eagerly loads the assigned mail properties where as the
* <a href="#top-level-properties">top level mail properties</a> are lazily
* loaded. Prefer using this property when <a href="#verify">verification</a>
* is off or when verifcation does not force the provider to read a required
* is off or when verifcation does not force the provider to load required
* mail property. (defaults to <code>null</code>).
*
* <li>&lt;handler-name&gt;.subject the name of a
Expand Down

0 comments on commit 6028528

Please sign in to comment.