Link to home
Start Free TrialLog in
Avatar of lilyyan
lilyyan

asked on

form data send to an email address through php mail() function

hello:

i hve a form when user click the submit button, the form information will be put in the message body of the a email.
I want to format the sending data into a html table and then put it into email message
my question is:

will the table remain its shape when the receiver receive the email ? namely does the email "understand" the html tags??

thanks so much for your replies!!

SOLUTION
Avatar of nanharbison
nanharbison
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lilyyan
lilyyan

ASKER

thanks for all replies:

question for: psimation : )
>>Go here to download the package:
http://phpmailer.sourceforge.net

1. i don't maintain the php web server, guess i don't have permission to intall the phpmailer?
2.  $headers  = 'MIME-Version: 1.0' . "\r\n";
     $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";

this will make the mail function undstand the html tags ??

question for nanharbison : )
do i need  install PHPMailer, i'm using php5.0


SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lilyyan

ASKER

thanks very much for all replies and helps !!
Avatar of lilyyan

ASKER

A Special Appreciation for @nanharbison  ! i used PHPMailer : )
PHPMailer is awesome, isn't it? I use it all the time!