views:

35

answers:

2
+1  Q: 

Zend sending email

hi all, i have a project that need to send email. and i use zend as my framework.

i use XSL for email templat and save email parameter as array that will turn to XML before send the email.

i create my own implementation multithread class utilize CURL for sending email.

any better development approach for queue & sending email ?

+6  A: 

Hi this link may help you

mail using Zend Framework

Through SMTP

Ravi shankar
This really helps :)
sumit_programmer