在使用zend mail发送邮件时,若需要多次发送邮件,则会遇到这个问题,导致系统反馈错误:
Failed opening required ‘Zend/Mail/Protocol/Exception.php‘
搜索了一下,网上也有同样的问题:
http://stackoverflow.com/questions/1605918/problem-with-sending-emails-using-zend-mail
在ZF官方的issue上也有对应的汇报:
http://framework.zend.com/issues/browse/ZF-10196
但这里都只是建议采用绝对路径来避免此错误,暂时也没有更好的办法,也就只能采用绝对路径来避免此错误了。
发表回复