Skip to content

Commit

Permalink
#89 expanded documentation with an example in the Features section
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Aug 14, 2017
1 parent d8fd093 commit 65b53c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/src/app/components/features/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ <h3>Alternative API for almost everything</h3>
// or add comma / semicolon separated addresses (without names)
String list = "twister@sweets.com,blue.tongue@sweets.com;honey@sweets.com";
emailNormal.addRecipients(list, RecipientType.BCC);
// or:
emailNormal.addRecipients("maintenance group", list, RecipientType.TO);
</code></pre>
<p><code class="inline">EmailBuilder</code>:</p>
<pre><code>.to(yourRecipient1, yourRecipient2...)
Expand Down

0 comments on commit 65b53c6

Please sign in to comment.