@@ -15,13 +15,9 @@ |
||
15 | 15 | namespace sweelix\mailjet; |
16 | 16 | |
17 | 17 | |
18 | -use yii\base\InvalidConfigException; |
|
19 | 18 | use yii\base\InvalidParamException; |
20 | 19 | use yii\base\NotSupportedException; |
21 | -use yii\helpers\ArrayHelper; |
|
22 | 20 | use yii\mail\BaseMessage; |
23 | -use Yii; |
|
24 | -use yii\mail\MailerInterface; |
|
25 | 21 | |
26 | 22 | /** |
27 | 23 | * This component allow user to send an email |