Site updated at 2017-05-06 20:31:21 UTC

This commit is contained in:
Travis CI 2017-05-06 20:31:22 +00:00
parent 7c77662605
commit 8de8dae85f
626 changed files with 12513 additions and 1640 deletions

View file

@ -85,7 +85,7 @@
<li><strong>sender</strong> (<em>Optional</em>): E-mail address of the sender.</li>
<li><strong>username</strong> (<em>Optional</em>): Username for the SMTP account.</li>
<li><strong>password</strong> (<em>Optional</em>): Password for the SMTP server that belongs to the given username. If the password contains a colon it need to be wrapped in apostrophes.</li>
<li><strong>recipient</strong> (<em>Required</em>): Recipient of the notification.</li>
<li><strong>recipient</strong> (<em>Required</em>): E-mail address of the recipient of the notification. This can be a recpient address or a list of addresses for multiple recipients.</li>
<li><strong>starttls</strong> (<em>Optional</em>): Enables STARTTLS, eg. True or False. Defaults to False.</li>
<li><strong>debug</strong> (<em>Optional</em>): Enables Debug, eg. True or False. Defaults to False.</li>
</ul>
@ -101,7 +101,9 @@
<span class="s">starttls</span><span class="pi">:</span> <span class="s">true</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">john@gmail.com</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">thePassword</span>
<span class="s">recipient</span><span class="pi">:</span> <span class="s">james@gmail.com</span>
<span class="s">recipient</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">james@gmail.com</span>
<span class="pi">-</span> <span class="s">bob@gmail.com</span>
</code></pre>
</div>
<p>Keep in mind that Google has some extra layers of protection which need special attention (Hint: Less secure apps).</p>