commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / ezc / Mail / src / transports / mta / transport_mta.php
1 <?php
2 /**
3 * File containing the ezcMailTransportMta class
4 *
5 * @package Mail
6 * @version 1.7beta1
7 * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
8 * @license http://ez.no/licenses/new_bsd New BSD License
9 */
10
11 /**
12 * This class is deprecated. Use ezcMailMtaTransport instead.
13 *
14 * @package Mail
15 * @version 1.7beta1
16 * @ignore
17 */
18 class ezcMailTransportMta extends ezcMailMtaTransport
19 {
20 }
21 ?>