egroupware_official/emailadmin/inc/class.defaultsmtp.inc.php
Ralf Becker e6af7f46c7 deprecated defaultsmtp in favor of autoloadable emailadmin_smtp, matching exiting emailadmin_smtp_ldap and new emailadmin_smtp_sql extending it
r40850: need to move accounts reference to emailadmin_smtp
r40851: store group email in mailaccounts table
2012-11-19 12:53:33 +00:00

21 lines
497 B
PHP

<?php
/**
* EGroupware EMailAdmin: generic base class for SMTP
*
* @link http://www.egroupware.org
* @package emailadmin
* @author Lars Kneschke <lkneschke@linux-at-work.de>
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License Version 2+
* @version $Id$
*/
/**
* EMailAdmin generic base class for SMTP
*
* @deprecated use emailadmin_smtp
*/
class defaultsmtp extends emailadmin_smtp
{
}