How can I send HTML mails with included CSS with PHPMailer?

前端 未结 8 1380
一整个雨季
一整个雨季 2020-12-18 07:53

I\'ve problem with sending HTML mails with PHPMailer. I make a Smarty template and I got all the HTML code from it. But when I send mail, I got the mail without included CSS

8条回答
  •  旧巷少年郎
    2020-12-18 08:30

    HTML and CSS is fraught with pain and frustration. Nothing to do with PHP, it's apparent that most implementations coughoutlookcough were and remain archaic.

    This is the only area where I would advise this (and someone else might have a better understanding/plan*), but you should look at cutting the CSS and writing mid-90's style html with

    , and
    tags (oh my)

    ** please share :)*

    提交回复
    热议问题