send an html email... if you are looking to send calendar events, you could look at using the vcal or ical standards plain text emails you can't do much with other than separate sections with dashes or asteriks bastien > Date: Tue, 26 Feb 2008 09:28:06 -0500> To: php-general@xxxxxxxxxxxxx> From: tedd@xxxxxxxxxxxx> Subject: How do you send stylized email?> > Hi gang:> > I want to send a styled email via heredoc, can that be done?> > $message = <<<EOT> Title: This is a title of the Event.> Time: This the time of the Event.> > Please show up on time.> EOT> > mail('example@xxxxxxxxxxx' , 'An Event' , $message);> > If so, how do you style it?> > If not, how do you send stylized email?> > Cheers,> > tedd> -- > -------> http://sperling.com http://ancientstones.com http://earthstones.com> > -- > PHP General Mailing List (http://www.php.net/)> To unsubscribe, visit: http://www.php.net/unsub.php> _________________________________________________________________