Source for file Sendmail.php
Documentation is available at Sendmail.php
* DotBoost Technologies Inc.
* DotKernel Application Framework
* @copyright Copyright (c) 2009 DotBoost Technologies (http://www.dotboost.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @version $Id: Sendmail.php 141 2010-06-03 12:20:52Z teo $
* Default server mail() class
* @author DotKernel Team <team@dotkernel.com>
* @param string $fromEmail [optional]
* @return Dot_Email_Sendmail
$this->transport = new Zend_Mail_Transport_Sendmail('-f'. $fromEmail);
* @return Zend_Mail_Transport_Sendmail
|