AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Can i send any attachment using +mailx+ comman?

  • 1.  Can i send any attachment using +mailx+ comman?

    Posted Fri April 30, 2010 10:58 AM

    Originally posted by: SystemAdmin


    Hi ,

    Can i send any attachment using mailx comman?
    #AIX-Forum


  • 2.  Re: Can i send any attachment using +mailx+ comman?

    Posted Mon May 03, 2010 04:55 AM

    Originally posted by: hdkutz


    Hello,
    quick answer - yes!
    <snip>
    cat /etc/motd |uuencode test|mailx -s test2 recipient
    <snip>
    will mail /etc/motd as a attachment called "test" to recipient with subject test2.

    Cheers,
    ku
    #AIX-Forum


  • 3.  Re: Can i send any attachment using +mailx+ comman?

    Posted Tue May 04, 2010 04:12 AM

    Originally posted by: SystemAdmin


    Thanks..
    #AIX-Forum