On Wed, Oct 10, 2007 at 07:54:03AM -0700, Kexiao Liao wrote: > > In our Zend Framework Application, if we like to email the run time error > message to some developer's email accounts, Is there any easy way to > implement by using Zend Frame work?
Hi! My opinion is: 1, the error handler know (exceptios and level of errors) know sending email. You must work... Good error handler, use Zend_Mail, etc. 2, forget it ZF and use assert. Andras -- -- Csanyi Andras - http://sayusi.hu - Sayusi Ando -- -- "Bízzál Istenben és tartsd szárazon a puskaport!" - Cromwell --
