There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Tag Cloud
access acer asus batch bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming hard drive hardware hdmi internet laptop lcd malware memory modem monitor motherboard network printer problem ram registry router slow software sound toshiba trojan usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless xbox
Search
Search for:
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
html e-mail with php mail

Reply  
Thread Tools
alex_sandro's Avatar
Junior Member with 20 posts.
 
Join Date: Aug 2009
Experience: Intermediate
09-Nov-2009, 12:06 PM #1
html e-mail with php mail
I am using php mail function to send e-mails to several addresses. But I have no idea how to send HTML e-mails in the same way.

for example:
Code:
<?php
$to = "client@domain.com";
$subject = "your Subscription";
$message = "Hello! This is a simple email message.";
$from = "me@domain.com";
$headers = "From: $from";
mail($to,$subject,$message,$headers);
echo "Mail Sent.";
?>
what should I do to send HTML e-mails using similar script?
midders's Avatar
Account Closed with 654 posts.
 
Join Date: Dec 1969
09-Nov-2009, 01:57 PM #2
You need to use the Content-Type keyword in the email header, then just send HTML code in the body.

Code:
Content-Type: text/html; charset=iso-8859-1
Slainte

midders
Reply

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 09:03 AM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.