in reply to Re: Mail Question
in thread Mail Question

If available 'mailx' gives more flexibility, specially when using the tilda sequences, for example if you have a the contents of data file to send you can do something like $example = `mailx whoever\@whereever.com <<! ~<$file_name !`;

Replies are listed 'Best First'.
RE: RE: Re: Mail Question
by Jonathan (Curate) on Apr 14, 2000 at 13:34 UTC
    Hmm, managed to lose the rest of my code. The point was you can include files in the mail message with a simple ~<$filename call