เรื่องส่งเมล์เข้า Gmail ครับ พอดีผมเขียน script ส่งเมล์พร้อมกับรูปภาพประมาณนี้นะครับ
ลองนี่ดูครับ แทรกรุปภาพใน tag เลยครับ
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP Sending Email</title>
</head>
<body>
<?
$strTo = "[email protected] ";
$strSubject = "Test Send Email";
$strHeader = "Content-type: text/html; charset=windows-874\n"; // or UTF-8 //
$strHeader .= "From: Mr.Weerachai Nukitram<[email protected] >\nReply-To: [email protected] ";
$strVar = "My Message";
$strMessage = "
<h1>My Message</h1><br>
<table width='285' border='1'>
<tr>
<td><div align='center'><strong>My Message </strong></div></td>
<td><div align='center'><font color='red'>My Message</font></div></td>
<td><div align='center'><font size='2'>My Message</font></div></td>
</tr>
<tr>
<td><div align='center'>My Message</div></td>
<td><div align='center'>My Message</div></td>
<td><div align='center'>My Message</div></td>
</tr>
<tr>
<td><div align='center'>".$strVar."</div></td>
<td><div align='center'>".$strVar."</div></td>
<td><div align='center'>".$strVar."</div></td>
</tr>
</table>";
$flgSend = @mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
if($flgSend)
{
echo "Email Sending.";
}
else
{
echo "Email Can Not Send.";
}
?>
</body>
</html>
Date :
2010-06-16 17:04:45
By :
webmaster
คุณ MR.WIN ครับ
มันยังไม่แสดงรูปอ่ะครับ
พอส่งไปแล้วใน gmail มันจะเขียนว่า
ขณะนี้ยังไม่ได้แสดงรูปภาพ
แสดงรูปภาพด้านล่าง - แสดงรูปภาพจาก [email protected]
ผมเลยกดแสดงรูปภาพด้านล่าง มันก็ไม่แสดงรูปอยู่ดีอ่ะครับ
ส่วน code ที่เขียนก็ตามนี้อ่ะครับ
Code (PHP)
<?
$strTo = "[email protected] ";
$strSubject = "Test Send Email";
$strHeader = "Content-type: text/html; charset=windows-874\n"; // or UTF-8 //
$strHeader .= "From: Mr.Weerachai Nukitram<[email protected] >\nReply-To: [email protected] ";
$strVar = "My Message";
$strMessage = "
<h1>My Message</h1><br>
<table width='285' border='1'>
<tr>
<td><div align='center'><strong>My Message </strong></div></td>
<td><div align='center'><font color='red'>My Message</font></div></td>
<td><div align='center'><font size='2'>My Message</font></div></td>
</tr>
<tr>
<td><div align='center'> <img src='http://xxxxx.com/images/printing-left.gif'></div></td>
<td><div align='center'>My Message</div></td>
<td><div align='center'>My Message</div></td>
</tr>
<tr>
<td><div align='center'>".$strVar."</div></td>
<td><div align='center'>".$strVar."</div></td>
<td><div align='center'>".$strVar."</div></td>
</tr>
</table>";
$flgSend = @mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error //
if($flgSend)
{
echo "Email Sending.";
}
else
{
echo "Email Can Not Send.";
}
?>
อย่างไงรบกวนอีกครั้งนะครับ
ขอบคุณมากครับ
Date :
2010-06-16 18:20:41
By :
www
ใน GMail มันจะมีให้เราเลือก ไม่ใช่หรือครับ?
ว่าจะอนุญาตให้แสดงรูปอัตโนมัติ หรือคุณจะกดแสดงรูปเองอ่ะครับ
ลองๆ หาดูครับ อยู่ตรงส่วนหัวของอีเมล์ ที่คุณเปิดอ่านอ่ะครับ
Date :
2010-06-17 08:17:49
By :
yomaster
Dear Valued Customer,
Greeting from Eva Group Phuket !
We are please to introduce you a great opportunity of investment in Phuket with VANILLA PROJECT.
If you would like to have further information or indeed to arrange the visit please do not hesitate to contact us
either phone or e-mail. We are happy to assist you.
จากข้างบนนะครับ
คือ ผมต้องการส่งเมลที่เป็น html ประมาณนี้ด้วย Gmail อ่ะคับ
แต่มันไม่ทีช่วง edit html ให้เหมือนใน hotmail มีวิธีแก้ยังไงดี
เพราะถ้าทำเป็นลายเซ็นไป คนที่ไม่ได้เป็น contact กับเรา
ก็ต้องกด view content ถึงจะเห็น .....
ขอคำแนะนำด้วยครับ
ทำให้เป็น HTML Tag ก็ส่งไปได้แล้วครับ
Date :
2011-06-21 11:12:59
By :
webmaster
Load balance : Server 05