> 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 *contents* 
of the email, or attaching a text file (possibly user-uploaded)
to an email?

J

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to