Qiang Xue
|
daa3b49750
|
array syntax fix.
|
12 years ago |
Carsten Brandt
|
9817db777d
|
updated composer.json to be less restrictive
also removed superflous minimum-stability definition
|
12 years ago |
slavcodev
|
3ce7f56ada
|
Fix phpDoc var tag format
|
12 years ago |
Qiang Xue
|
6b4f3c818a
|
Changed important log messages to info level
|
12 years ago |
Qiang Xue
|
d0c1b4e0df
|
Implemented file transport for mails.
|
12 years ago |
Qiang Xue
|
de16205834
|
Revert "added FileMailer implementation of mailer interface"
This reverts commit 7d6d01b4bc .
|
12 years ago |
Dmitry Erofeev
|
00b1a8159d
|
added FileMailer implementation of mailer interface
|
12 years ago |
Paul Klimov
|
21140fbd21
|
Getters for 'yii\swiftmailer\Message' fixed.
|
12 years ago |
Paul Klimov
|
38c19ff720
|
Creating transport at 'yii\swiftmailer\Mailer' fixed to track possible "__call".
|
12 years ago |
Qiang Xue
|
ae0e0b4375
|
Refactored mail.
|
12 years ago |
Qiang Xue
|
500371253e
|
minor touch up of swiftmailer.
|
12 years ago |
Qiang Xue
|
09eff41c2e
|
Adjusted the directories of swiftmailer.
|
12 years ago |
Paul Klimov
|
935e2c94f0
|
'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody'
|
12 years ago |
Paul Klimov
|
b2b97faede
|
Render methods removed from 'yii\mail\MessageInterface'. Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body.
|
12 years ago |
Paul Klimov
|
e54f3012d5
|
Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'.
|
12 years ago |
Paul Klimov
|
4ac139c7a9
|
Method names "yii\mail\MessageInterface" simplified.
|
12 years ago |
Klimov Paul
|
101970641e
|
'yii\mail\MessageInterface' updated: - setter methods renamed to have pure name - method 'createMessage' renamed to 'compose'
|
12 years ago |
Klimov Paul
|
dc5fa045a7
|
Swiftmailer composer version switched to @stable
|
12 years ago |
Klimov Paul
|
6d43a9f6e2
|
'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()'
|
12 years ago |
Klimov Paul
|
d4b2cfa491
|
'MessageInterface' updated to support 'method chain' call style.
|
12 years ago |
Paul Klimov
|
75b90205c2
|
Email message charset setup added.
|
12 years ago |
Paul Klimov
|
299a6b16a9
|
'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed.
|
12 years ago |
Paul Klimov
|
2862d7ad24
|
'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added.
|
12 years ago |
Paul Klimov
|
c274bc3b52
|
Interface 'MailerInterface' extracted. Method 'MailerInterface::createMessage()' added.
|
12 years ago |
Paul Klimov
|
54722e6816
|
Method 'MessageInterface::__toString()' added
|
12 years ago |
Paul Klimov
|
31e414520a
|
'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()'
|
12 years ago |
Paul Klimov
|
3afc2c9948
|
Vendor testing support provided. 'swiftmailer' extension unit tests fixed.
|
12 years ago |
Paul Klimov
|
6eec352d2d
|
'email' renamed to 'mail'. 'SwiftMailer' recomposed into extension.
|
12 years ago |