Yahoo Email Not Displaying

I am trying to install a good newsletter script for some basic email marketing. The thing is, my yahoo just doesn't want to display HTML emails. I sent some html test emails to myself through several scripts and from my yahoo account, but they all looked empty.

This is rather strange because my magento html emails are received correctly, but others [and even YAHOO emails! ] arent.

Does anyone know why this is happening?

+3
source share
2 answers

  • Content type and encoding in settings for each of the HTML / UTF-8 speed templates has been changed
  • charset = "UTF-8". , Yahoo , .
  • ​​ HTML 4.01 :

    <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " http://www.w3.org/TR/html4/strict.dtd" >

0

. : , : :

<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>

, , , Yahoo. Yahoo :

<!doctype html>
0

All Articles