Re: [PHP] Mailing text from a text file.

2002-02-12 Thread DL Neil
Philip, I have the need to be able to mail out a text file. whats the best way that I could do this? =simple answer: use PHP's mail() - RTFM, but be aware that it is not the easiest thing in the world to use. With a simple text msg and no fancy address-headers you should be ok. =if you want

RE: [PHP] Mailing text from a text file.

2002-02-12 Thread Jason Murray
> I have the need to be able to mail out a text file. whats > the best way that I could do this? Simple answer: mail(). If you're not sure, www.php.net/mail. More complicated answer: Are you talking about using a text file as a template for the email, using a user-uploaded text file as the *c