Gmail未在使用php发送的电子邮件中显示图片

时间:2015-03-31 06:35:15

标签: php gmail

我无法在Gmail中获取图片。 以下是我的代码:

$message2='<html><head></head><body><table width="100%" cellpadding="10" style="border:1px solid #3A5896;" rules="all" ;=""><tbody><tr><td><img alt="PHP Gang" src="http://www.phpgang.com/wp-content/uploads/gang.jpg"></td></tr><tr><td colspan="2">Dear $Name,<br><br>We thank you for subscribe phpgang.com you are now in phpgang download list you can download any source package from our site.</td></tr><tr><td font="colr:#999999;" colspan="2"><i>PHPGang.com<br>Solve your problem. :)</i></td></tr></tbody></table>here</body></html>';

$headers = "MIME-Version: 1.0\r\n";
            $headers .= "Content-type: text/html; charset=iso-8859-1". "\r\n";
            $headers  .= "From: $from\r\n";

            mail($to, $subject, $message2, $headers);

0 个答案:

没有答案
相关问题