The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
how to send contents of a file to email as a message ali560045 Shell Programming and Scripting 5 12-07-2007 05:53 AM
error-when trying to send the message thru email. MARY76 Shell Programming and Scripting 5 02-06-2007 01:10 PM
send a message through email to 5 people using unix script? MARY76 Shell Programming and Scripting 2 02-05-2007 12:29 PM
Send email where # is in the email address - Using Unix jingi1234 UNIX for Dummies Questions & Answers 1 05-23-2005 08:23 AM
Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win) Vetrivela UNIX for Advanced & Expert Users 2 02-15-2005 07:43 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 02-05-2007
Registered User
 

Join Date: Jan 2007
Posts: 11
send a message through email to 5 people using unix script.

Hi All,
I want to send a message through email to 5 people in unix script. Please let me know, how to do it.Please do reply it is urgent.

Thanks,
Mary.
Forum Sponsor
  #2  
Old 02-05-2007
Registered User
 

Join Date: Mar 2006
Location: Bangalore,India
Posts: 1,397
Duplicate post
  #3  
Old 02-05-2007
Registered User
 

Join Date: Dec 2006
Location: Turkey
Posts: 1
shell

you can use shell to mail five person,

mail -s " hi guy " xx@yy.com

you can read mail adresses from a txt file and send mail in a while loop all of them.


myFile="/root/somefile"
myMail=""

while [ 1 ]
do
read myMail || break
mail -s " hi guy " $Mail
done < $myFile
  #4  
Old 02-05-2007
reborg's Avatar
Administrator
 

Join Date: Mar 2005
Location: Ireland
Posts: 3,644
Quote:
Originally Posted by anbu23
Duplicate post
One of 3, all but one are now closed.
Google The UNIX and Linux Forums
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 09:48 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0