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 |
Carsten Brandt
|
0eaafd74ba
|
updated composer.json to be less restrictive
also removed superflous minimum-stability definition
|
11 years ago |
slavcodev
|
b0b1c27c85
|
Fix phpDoc var tag format
|
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 |
Qiang Xue
|
c298b543fb
|
Revert "added FileMailer implementation of mailer interface"
This reverts commit 7d6d01b4bc .
|
11 years ago |
Dmitry Erofeev
|
7d6d01b4bc
|
added FileMailer implementation of mailer interface
|
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
|
104cfd7cb2
|
'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody'
|
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 |
Paul Klimov
|
b0c5981d42
|
Method names "yii\mail\MessageInterface" simplified.
|
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
|
20749d4069
|
Swiftmailer composer version switched to @stable
|
11 years ago |
Klimov Paul
|
a7f21b2402
|
'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()'
|
11 years ago |
Klimov Paul
|
aab90c5164
|
'MessageInterface' updated to support 'method chain' call style.
|
11 years ago |
Paul Klimov
|
99d8216103
|
Email message charset setup added.
|
11 years ago |
Paul Klimov
|
1d0891f0f6
|
'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed.
|
11 years ago |
Paul Klimov
|
774c4db860
|
'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added.
|
11 years ago |
Paul Klimov
|
5bc22a077f
|
Interface 'MailerInterface' extracted.
Method 'MailerInterface::createMessage()' added.
|
11 years ago |
Paul Klimov
|
d33519e3e5
|
Method 'MessageInterface::__toString()' added
|
11 years ago |
Paul Klimov
|
4a9d546c79
|
'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()'
|
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 |