List Info

Thread: How do you put a pic url link in your email?




How do you put a pic url link in your email?
country flaguser name
United States
2007-09-17 16:02:35
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-PHPgooglegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribegooglegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---


Re: How do you put a pic url link in your email?
country flaguser name
United States
2007-09-20 20:38:51
$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-PHPgooglegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribegooglegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )