Whats the problem in mail command??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vinarashi
    New Member
    • Sep 2010
    • 11

    Whats the problem in mail command??

    Hi,

    Anyone please help me in solving this issue?

    How to attach a file using mail command in Linux?

    I tried with uuencode " " " " | mailx command, but i am getting an error "uuencode command not found".

    Thanks to everyone.

    Flora.
  • RonB
    Recognized Expert Contributor
    • Jun 2009
    • 589

    #2
    You can either install the uuencode utility, or use one of Perl's mail modules. Personally, I think it's better to use Perl modules, such as MIME::Lite

    Comment

    Working...