Email components hierarchy created.

SwiftMailer applied as email solution.
This commit is contained in:
Paul Klimov
2013-10-22 17:22:08 +03:00
parent cb2f337b5a
commit 492f35621c
10 changed files with 817 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?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';