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 "blackhole" transport if you just want them
to disappear forever.

--
*Hector Virgen*
Sr. Web Developer
http://www.virgentech.com



On Tue, Jan 4, 2011 at 8:37 AM, Antonio Caccese <[email protected]>wrote:

> Hi, exist a way to enable/disable email sending, for example in
> application.ini?
>
> Thank you
>
>

Reply via email to