You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
307 B
9 lines
307 B
11 years ago
|
<?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';
|