Title: Sending mail using 'mail'

Can anyone please help me with how to send an attachment in an email from a linux machine?

I know there is a way to do this from the command line...  Something like:

mail -s "here is the mail log file" [EMAIL PROTECTED] < maillog.log

Or

cat maillog.log | mail -s "yet another attempt" [EMAIL PROTECTED]

I even tried doing:
uuencode maillog.log maillog.log |mail -s "here is my maillog file" [EMAIL PROTECTED]

But none of them seem successful.  :(

Any help is appreciated!

Reply via email to