Is there a central mail class or function used to send all email? We're finding our server to be a little unreliable in terms of sending email, so we'd like to add some error checking and generally harden up the outgoing email process. Is there one block of code responsible for emailing, or am I going to need to hook the hardening measures onto individuals calls to mail()?
Thanks!



