DCCoolBreeze
Programmer
Is there a way to send attachments via mailx? I am currently using the command line.
uuencode foo foo | mailx -s 'subject' receiptient
this embeds the message into the body of the email; however, I need to send two separate files in the same email message using mailx
uuencode foo foo | mailx -s 'subject' receiptient
this embeds the message into the body of the email; however, I need to send two separate files in the same email message using mailx