Jump to content

Simple but interesting


art15

Recommended Posts

Hi,

 

Thank you for the reply. Sorry I am not an expert user of php or html. Can you ellobrate more and let me know what I will need to include in my script that will send emails to the customers ordering through my website to have header and footer in their emails received.

 

Thanks

 

What exactly are you sending the client? Plain text?

 

Here is an example of what you need to send.  You will need to link to images on your server. Put all your CSS and HTML together in a string then mail it.

 

<html>
<head>
<style type="text/css">
  .boldText { font-weight:bold; font-size:16px }
</style>
</head>
<body>
<img src="http://www.youserver.com/header.jpg" />
<p class="boldText">This is a test email
blah blah blah</p>
<img src="http://www.youserver.com/footer.jpg" />
</body>
</html>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.