AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  Can i send any attachment using +mailx+ comman?

    Posted 04/30/10 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 05/03/10 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 05/04/10 04:12 AM

    Originally posted by: SystemAdmin


    Thanks..
    #AIX-Forum