<br><div class="gmail_quote">On Mon, Jun 15, 2009 at 9:15 AM, Steven Surowiec <span dir="ltr">&lt;<a href="mailto:steven@digitalpulp.com">steven@digitalpulp.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ve looked around <a href="http://drupal.org" target="_blank">drupal.org</a> and couldn&#39;t find any modules that do what I&#39;m looking for so I just figured I&#39;d ask here before just writing my own. But I&#39;m looking for a module that will allow me to have Drupal send me an email any time an error occurs and also has the ability to let me trigger my own errors (I know I could use trigger_error() but often times for these custom errors I want to be notified but don&#39;t want the error showing up on screen). I know I can do this relatively easily but was trying to see if something was already written that allows for this before committing myself to it.<br>

</blockquote></div><br>The logging and alerts module has the email log module which does that.<br>
<br>
<a href="http://drupal.org/project/logging_alerts">http://drupal.org/project/logging_alerts</a><br>
<br>
Be careful though: that can be a LOT OF EMAILS if you are getting a lot
of watchdog messages, so be selective on what levels of error to
include.<br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com">2bits.com</a>, Inc.<br><a href="http://2bits.com">http://2bits.com</a><br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>
Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>