- 31 Jul, 2014 1 commit
-
-
RichWeber authored
-
- 29 Jul, 2014 1 commit
-
-
Carsten Brandt authored
-
- 01 Jul, 2014 1 commit
-
-
Qiang Xue authored
Fixes #4147
-
- 25 Jun, 2014 1 commit
-
-
Carsten Brandt authored
-
- 02 May, 2014 3 commits
-
-
armab authored
-
armab authored
-
armab authored
If ```$htmlLayout``` contains <style> tags with CSS rules, strip_tags here: https://github.com/yiisoft/yii2/blob/master/framework/mail/BaseMailer.php#L189 won't clean those CSS rules. Actual html: ```html <html> <head> <style> .text-secondary {color: #93959A;} [...] [Other CSS rules] [...] </style> </head> <body> <div>Some content</div> </body> </html> ``` Will look this way in TEXT version of Email: ``` .text-secondary {color: #93959A;} [...] [Other CSS rules] [...] Some content ``` -------------- If TEXT version of Email differs drastically from visible content of HTML version, it can be result that some penalty points will apply to such mails: http://wiki.apache.org/spamassassin/Rules/MPART_ALT_DIFF_COUNT Since it's default behaviour for both yii2-app-advanced and yii2-app-basic (where stripped from tags html used for TextBody), I believe people will stumble in this for sure, without even knowing that their emails can be penalized. You can reproduce it by placing CSS styles in email view or layout and test it here: http://www.mail-tester.com/ (SpamAssassin section).
-
- 26 Apr, 2014 1 commit
-
-
Carsten Brandt authored
fixes #3255
-
- 09 Apr, 2014 1 commit
-
-
Carsten Brandt authored
-
- 29 Mar, 2014 1 commit
-
-
Qiang Xue authored
Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered
-
- 25 Mar, 2014 1 commit
-
-
Carsten Brandt authored
more expected behavior when chaining methods using Mailser::compose() fixes #2723
-
- 23 Mar, 2014 1 commit
-
-
Carsten Brandt authored
issue #2852
-
- 16 Mar, 2014 1 commit
-
-
SonicGD authored
-
- 07 Mar, 2014 1 commit
-
-
Carsten Brandt authored
-
- 04 Mar, 2014 1 commit
-
-
AlexGx authored
-
- 12 Feb, 2014 1 commit
-
-
Qiang Xue authored
-
- 25 Jan, 2014 1 commit
-
-
Alexander Makarov authored
-
- 24 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 12 Jan, 2014 1 commit
-
-
Alexander Makarov authored
-
- 11 Jan, 2014 1 commit
-
-
Qiang Xue authored
-
- 29 Dec, 2013 2 commits
- 12 Nov, 2013 2 commits
-
-
Carsten Brandt authored
allows opening email for view in mail program directly
-
Qiang Xue authored
-
- 10 Nov, 2013 2 commits
- 08 Nov, 2013 2 commits
-
-
Carsten Brandt authored
-
Qiang Xue authored
-
- 07 Nov, 2013 4 commits
-
-
Qiang Xue authored
-
Paul Klimov authored
-
Paul Klimov authored
-
Paul Klimov authored
Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body.
-
- 06 Nov, 2013 3 commits
-
-
Paul Klimov authored
-
Paul Klimov authored
- 'body()' renamed to 'renderBody()' - new 'body()' method introduced
-
Paul Klimov authored
-
- 05 Nov, 2013 2 commits
-
-
Klimov Paul authored
Method 'yii\mail\BaseMailer::compose()' updated, allowing composition of the complex methods like 'renderText' and 'body'.
-
Klimov Paul authored
- setter methods renamed to have pure name - method 'createMessage' renamed to 'compose'
-
- 04 Nov, 2013 1 commit
-
-
Paul Klimov authored
MessageInterface::render() replaced by MessageInterface::renderHtml() and MessageInterface::renderText()
-
- 29 Oct, 2013 2 commits
-
-
Paul Klimov authored
Interface 'ViewContextInterface' applied to BaseMailer.
-
Paul Klimov authored
Method 'MailerInterface::createMessage()' added.
-