i just want to use MAIL class of ZEND FRAMEWORK
What file i have to include in my script?
thank you
i just want to use MAIL class of ZEND FRAMEWORK
What file i have to include in my script?
thank you
include '/path/to/Zend/lib/Zend/Mail.php'
$zendMail = new Zend_Mail();