Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: shell script to send mail

RE: shell script to send mail

From: William Rogge <William_Rogge_at_voltek.com>
Date: Tue, 10 Apr 2001 05:16:31 -0700
Message-ID: <F001.002E6086.20010410045021@fatcity.com>

>From a shell script is easy, only one command:

ex:/ mailx -s "$MSG_TITLE" $MAIL_TO_ADDRESS <$FILE_WITH_MESSAGE_BODY

Hope this helps.

-----Original Message-----
From: Viraj Luthra [SMTP:viraj999_at_lycos.com] Sent: Monday, April 09, 2001 10:30 PM

To:     Multiple recipients of list ORACLE-L
Subject:        shell script to send mail

Hello all,

I need help. I need to write a shell script (aix box), when ever some loads a piece of software. How is this possible using unix shell scripting? can some one please send a skeleton of it where in I can just put in the environment variables and some text and off it goes?

Also will the mail program use the std. internet protocol? I need to say send to an internet address, how do i do this?

thanks

raja

Get 250 color business cards for FREE! at Lycos Mail http://mail.lycos.com/freemail/vistaprint_index.html

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Viraj Luthra
  INET: viraj999_at_lycos.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: William Rogge
  INET: William_Rogge_at_voltek.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Apr 10 2001 - 07:16:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US