AIX

AIX

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


#Power
 View Only
  • 1.  send mail

    Posted Tue December 28, 2010 04:38 AM

    Originally posted by: big


    Hi,
    I use the following to send a mail :
    sendmail -v someone@box.com < /appli/oracle/rap.txt

    Can I give several mail address for destination ? How ?

    For exemple :
    sendmail -v someone@box.com, someone2@box.com, someone3@box.com < /appli/oracle/rap.txt

    Thank you.
    #AIX-Forum


  • 2.  Re: send mail

    Posted Tue December 28, 2010 07:24 AM

    Originally posted by: lech77


    Try a comma-separated (no spaces) list of addresses:

    sendmail -v someone@box.com,someone2@box.com,someone3@box.com < /appli/oracle/rap.txt
    #AIX-Forum


  • 3.  Re: send mail

    Posted Wed December 29, 2010 02:49 AM

    Originally posted by: big


    ok, I will try.
    Thank you.
    #AIX-Forum