$subject = "VIP Confirm(www.age.com.tw)";
$headers = "MIME-Version: 1.0 rn";
$headers .= "Content-Type: text/HTML; charset=utf-8
rn";
$headers .= "Content-Transfer-Encoding: 8bit
rn";
$headers .= "From: AgeSystemManager rn";
$message = "
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html;
charset=utf-8" />
</head>
<body>
Put Your Code Here.....<a href='...'><img
src='...'></a>
</body>
</html>";
$sendMail = mail( $flashEmail, $subject, $message, $headers
);
We usually use MIME type Mail, content can base by html....
On 9月18日, 上午5時02分, dmkAlex <dmkf... gmail.com> wrote:
> We send our follow-up emails to our customers 2 weeks
after they
> completed the purchase.
>
> At the end of the message, we ask them to visit our
website for other
> offering. I only know how to put in something like
text
> "www.mywonderfulwebsite.com" in the message.
I think Outlook
> automatically will launch the website in IE if my
customer clicks on
> the text.
>
> I have received similar message from other
merchandisers doing the
> same thing we wanted to do. But they url is embedded in
a picture.
>
> I know how to do hyperlink in Front Page.
>
> How do you programmatically generate a email that
contain a pic url
> (hyperlink)?
>
> Thanks.
>
> Alex
--~--~---------~--~----~------------~-------~--~----~
This group is managed and maintained by the development
staff at 360 PSG. An enterprise application development
company utilizing open-source technologies for todays
small-to-medium size businesses.
For information or project assistance please visit :
http://www.360psg.com
You received this message because you are subscribed to the
Google Groups "Professional PHP Developers"
group.
To post to this group, send email to Professional-PHP googlegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---
|