[fw-general] Zend_Mail enable/disable

2011-01-04 Thread Antonio Caccese
Hi, exist a way to enable/disable email sending, for example in application.ini? Thank you

Re: [fw-general] Zend_Mail enable/disable

2011-01-04 Thread Hector Virgen
You can try using the File transport: http://framework.zend.com/manual/en/zend.mail.different-transports.html It writes outbound mail to a file instead of sending over the internet. You can configure it with application.ini: resources.mail.transport.type = file Or you can try creating your own