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 to work with attachments, then I recommend the (free) classes available 
from phpGuru.org - there
are some example scripts there, including at least one that deals with text msgs and 
more than one with attached
files.

=Regards,
=dn



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

Reply via email to