Files
yii2/framework/yii/email/swift/autoload.php
Paul Klimov 492f35621c Email components hierarchy created.
SwiftMailer applied as email solution.
2013-10-22 17:22:08 +03:00

9 lines
307 B
PHP

<?php
/**
* This file attempts to register autoloader for the Swift library, assuming
* it is located under the 'vendor' path.
*
* @var $this \yii\email\swift\Mailer
*/
$swiftMailerLibPath = Yii::getAlias('@vendor/swiftmailer/swiftmailer/lib');
require_once $swiftMailerLibPath . '/swift_required.php';