On Wed, 24 Apr 2002, Wilbert Enserink wrote: > I'm studying some mail scripts written in php. When sending html mail > the scripts all use a method that involves sending an html file as > attachment. > > Why not use the mailsend function and send a string containing the whole > html code?
Because that would be a violation of the protocols and would not work on a wide range of mail clients. Non-plain-text mail should be MIME-encapsulated. Why not just send raw PostScript? Digitized waveforms of the video signal from your CRT? miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php