Jun 6, 2003 #1 voltz1 Technical User Joined Dec 12, 2001 Messages 9 Location US Need your help guys. Is there a way that we can attach a large file in mailx? Any hints and suggestions will be highly appreciated.
Need your help guys. Is there a way that we can attach a large file in mailx? Any hints and suggestions will be highly appreciated.
Jun 6, 2003 #2 comtec17 Vendor Joined Jun 18, 2002 Messages 2,338 Location US Try this... uuencode file file | mailx -s 'my_subject' receipient@abc.com You can also try mailx user's email < filename to be attached Upvote 0 Downvote
Try this... uuencode file file | mailx -s 'my_subject' receipient@abc.com You can also try mailx user's email < filename to be attached
Jun 6, 2003 #3 comtec17 Vendor Joined Jun 18, 2002 Messages 2,338 Location US Forgot to add, if you are sending a text file, don't forget to do the ux2dos command. Upvote 0 Downvote
Jun 6, 2003 Thread starter #4 voltz1 Technical User Joined Dec 12, 2001 Messages 9 Location US Comtek17, It works. I really appreciate your help. Thanks, Voltz1 Upvote 0 Downvote
Jun 6, 2003 #5 comtec17 Vendor Joined Jun 18, 2002 Messages 2,338 Location US No problem! Upvote 0 Downvote