Kevin Fitzgerald wrote:
So what do I do?
I usually output whatever I want to a file from inside the script, add appropriate headers to the top (eg from, to etc etc) and then use sendmail (or equivalent) directly with something like
sendmail [EMAIL PROTECTED] < script_output_file There is probably a better way, but this works fine for me. Fil -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
