How can i use Zend_Mail from Zend Framework without use total framework?

How can i use Zend_Mail from Zend Framework without use total framework?

Any Idea?

Thanks.

Actually you can learn from here a lot http://www.yiiframework.com/wiki/248/adding-search-to-yii-blog-example-using-zend-lucene/

You can create mail component to be a wrapper for Zend_Mail, or just use it as heleper function…

Maybe I will publish my extension where I using Zend Mail with templates…

Thanks dckurushin

Take a look at zendautoloader extension, I successfully used it exactly for Zend_Mail integration. To download only Zend_Mail files you can use this service.

Once you’ve integrated zendautoloader you can easily start using any Zend classes in your Yii project

dckurushin, did you ever publish your extension where you used Zend Mail with templates?