- 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 2 commits
-
-
Carsten Brandt authored
fixes #1946
-
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
-