Paul Klimov
|
3878a9ba9c
|
Added support for SwiftMailer 6.0.x (#53)
|
7 years ago |
Klimov Paul
|
97d14bf3da
|
`Logger` docs improved
|
8 years ago |
Klimov Paul
|
decd3ea203
|
PHPDoc fix
|
8 years ago |
Klimov Paul
|
fffcd50b35
|
Fixed `Mailer` does not check if property is public, while configuring 'Swift' object
|
10 years ago |
Klimov Paul
|
d30d730b5e
|
Added ability to pass SwiftMailer log entries to `Yii::info()`
|
10 years ago |
Carsten Brandt
|
5f50b47f07
|
property code style extensions
|
10 years ago |
Alexander Makarov
|
afd6982af3
|
Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer`
|
11 years ago |
Alexander Makarov
|
cc6d73eb04
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
11 years ago |
Carsten Brandt
|
ca6cfbd4c5
|
fixed all the PHPdoc in extensions
|
11 years ago |
Qiang Xue
|
eba2c032a8
|
DI WIP
|
11 years ago |
SonicGD
|
3db18c198a
|
Reformat code te be PSR-2 compatible
|
11 years ago |
Qiang Xue
|
08294922dc
|
typo fix.
|
11 years ago |
Qiang Xue
|
21062fb10c
|
psr-4 change.
|
11 years ago |
Qiang Xue
|
41685a2409
|
moved extensions under yii.
|
11 years ago |
Qiang Xue
|
a5e3c00d75
|
replaced inheritdoc tags.
|
11 years ago |
Panagiotis Moustafellos
|
2ff8ac3d61
|
fixed PhpDoc by swapping to {@inheritdoc}
|
11 years ago |
Carsten Brandt
|
8be4f3778a
|
updated properties of extensions
|
11 years ago |
Paul Klimov
|
b20e57688a
|
"yii\swiftmailer\Mailer::createSwiftObject()" simplified.
|
11 years ago |
Paul Klimov
|
02c0bfcb56
|
"yii\swiftmailer\Mailer" transport setup has been advanced to support constructor arguments and plugins.
|
11 years ago |
Qiang Xue
|
ffded7a1b5
|
array syntax fix.
|
11 years ago |
Qiang Xue
|
23573968a6
|
Changed important log messages to info level
|
11 years ago |
Qiang Xue
|
b965d4eec7
|
Implemented file transport for mails.
|
11 years ago |
Paul Klimov
|
b9fb97d68d
|
Getters for 'yii\swiftmailer\Message' fixed.
|
11 years ago |
Paul Klimov
|
5a584c0bda
|
Creating transport at 'yii\swiftmailer\Mailer' fixed to track possible "__call".
|
11 years ago |
Qiang Xue
|
90a5bcc611
|
Refactored mail.
|
11 years ago |
Qiang Xue
|
ed0e44d23b
|
minor touch up of swiftmailer.
|
11 years ago |
Qiang Xue
|
7b91011032
|
Adjusted the directories of swiftmailer.
|
11 years ago |
Paul Klimov
|
1aafa73e15
|
Render methods removed from 'yii\mail\MessageInterface'.
Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body.
|
11 years ago |
Paul Klimov
|
ad7761f96a
|
Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'.
|
11 years ago |
Klimov Paul
|
87af95f712
|
'yii\mail\MessageInterface' updated:
- setter methods renamed to have pure name
- method 'createMessage' renamed to 'compose'
|
11 years ago |
Klimov Paul
|
a7f21b2402
|
'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()'
|
11 years ago |
Paul Klimov
|
5bc22a077f
|
Interface 'MailerInterface' extracted.
Method 'MailerInterface::createMessage()' added.
|
11 years ago |
Paul Klimov
|
c7c32659b0
|
Vendor testing support provided.
'swiftmailer' extension unit tests fixed.
|
11 years ago |
Paul Klimov
|
2a326c7d7b
|
'email' renamed to 'mail'.
'SwiftMailer' recomposed into extension.
|
11 years ago |
Paul Klimov
|
492f35621c
|
Email components hierarchy created.
SwiftMailer applied as email solution.
|
11 years ago |