Skip to content

Commit

Permalink
Add email validator option
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Friesen committed May 12, 2016
1 parent 88944f2 commit c62843c
Show file tree
Hide file tree
Showing 17 changed files with 358 additions and 346 deletions.
48 changes: 24 additions & 24 deletions doc/Mailman.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,44 +28,44 @@
<div class="breadcrumbs">Mailman v0.1.1 &rarr; <a href="overview.html">Overview</a> &rarr; <a href="Mailman.html">Mailman</a></div>
<h1>
Mailman

</h1>

<ul class="summary_links">

<li><a href="#summary">Summary</a></li>



<li><a href="#functions_details">Functions</a></li>



</ul>






<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L1" class="view_source">Source</a>





<h2 id="summary">Summary<span class="detail_header_links"><a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a></span></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="#deliver/2">deliver(email, context)</a></td>

<td class="summary_synopsis"><p>Delivers given email and returns a Task</p>
</td>

</tr>

</table>








<section id="functions_details" class="details_list">
<h2>Functions</h2>
<section class="detail">
Expand All @@ -77,22 +77,22 @@ <h2>Functions</h2>
<a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a>
</div>
</div>

<section class="docstring">
<p>Delivers given email and returns a Task</p>

</section>
<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L14" class="view_source">Source</a>

<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L41" class="view_source">Source</a>

</section>

</section>








</section>
</body>
</html>
60 changes: 30 additions & 30 deletions docs/Mailman.Adapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,80 +24,80 @@

<h1>
Mailman.Adapter

<small>protocol</small>

</h1>

<ul class="summary_links">

<li><a href="#summary">Summary</a></li>


<li><a href="#functions_details">Functions</a></li>




<li><a href="#types_details">Types</a></li>

</ul>






<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L4" class="view_source">Source</a>





<h2 id="summary">Summary<div class="detail_header_links"><a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a></div></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="#deliver/3">deliver(context, email, message)</a></td>
<td class="summary_signature"><a href="#deliver/4">deliver(context, email, message, opts)</a></td>

</tr>

</table>





<div id="types_details" class="details_list">
<h2>Types <a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a></h2>
<div class="type_detail">
<p class="typespec" id="t:t/0">
<a href="#t:t/0">t</a> :: term
</p>

</div>

</div>





<div id="functions_details" class="details_list">
<h2>Functions</h2>
<div class="detail">
<div class="detail_header" id="deliver/3">
<span class="signature"><strong>deliver(context, email, message)</strong></span>
<div class="detail_header" id="deliver/4">
<span class="signature"><strong>deliver(context, email, message, opts)</strong></span>
<div class="detail_header_links">
<span class="detail_type">(function)</span>
<a href="#deliver/3" class="detail_link" title="Link to this function">#</a>
<a href="#deliver/4" class="detail_link" title="Link to this function">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a>
</div>
</div>

<div class="docstring"></div>

<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L5" class="view_source">Source</a>

</div>

</div>








</div>
</body>
</html>
56 changes: 28 additions & 28 deletions docs/Mailman.ExternalSmtpAdapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,74 +24,74 @@

<h1>
Mailman.ExternalSmtpAdapter

</h1>

<ul class="summary_links">

<li><a href="#summary">Summary</a></li>


<li><a href="#functions_details">Functions</a></li>




</ul>


<div id="moduledoc" class="docstring">
<p>Adapter for sending email via external SMTP server</p>

</div>





<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman/external_smtp_adapter.ex#L1" class="view_source">Source</a>





<h2 id="summary">Summary<div class="detail_header_links"><a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a></div></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="#deliver/3">deliver(config, email, message)</a></td>
<td class="summary_signature"><a href="#deliver/4">deliver(config, email, message, opts)</a></td>

<td class="summary_synopsis"><p>Delivers an email based on specified config</p>
</td>

</tr>

</table>








<div id="functions_details" class="details_list">
<h2>Functions</h2>
<div class="detail">
<div class="detail_header" id="deliver/3">
<span class="signature"><strong>deliver(config, email, message)</strong></span>
<div class="detail_header" id="deliver/4">
<span class="signature"><strong>deliver(config, email, message, opts)</strong></span>
<div class="detail_header_links">
<span class="detail_type">(function)</span>
<a href="#deliver/3" class="detail_link" title="Link to this function">#</a>
<a href="#deliver/4" class="detail_link" title="Link to this function">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a>
</div>
</div>

<div class="docstring"><p>Delivers an email based on specified config</p>
</div>

<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman/external_smtp_adapter.ex#L5" class="view_source">Source</a>

</div>

</div>








</div>
</body>
</html>
Loading

0 comments on commit c62843c

Please sign in to comment.