<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On that note, in <a href="https://github.com/rabbitinaction/sourcecode/blob/master/csharp/appendix-a/AlertingServerConsumer/alerting_server_consumer.cs" target="_blank">https://github.com/<u></u>rabbitinaction/sourcecode/<u></u>blob/master/csharp/appendix-a/<u></u>AlertingServerConsumer/<u></u>alerting_server_consumer.cs</a> the System.Net.Mail.Send is blocking, according to MSDN.<br>
</blockquote><div><br></div><div>Yeah it is, but both code paths end up sending e-mail to the same server, so if that server is unavailable both paths would be unable to successfully process messages anyway. Also, it&#39;s an example so it&#39;s very simplified over what I would do for production code.</div>
<div><br></div><div>-J </div></div>