mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-18 23:43:19 +08:00
9 lines
307 B
PHP
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'; |