![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Emails on HP-UX | Phuti | UNIX for Dummies Questions & Answers | 0 | 03-26-2008 05:22 AM |
| Creating emails | ferret495 | UNIX for Dummies Questions & Answers | 4 | 02-05-2008 01:13 AM |
| Secondary groups show in groups but don't show in id (Not working) | zen03 | HP-UX | 4 | 12-31-2007 11:15 AM |
| Send Emails in Sco | stufine | UNIX for Dummies Questions & Answers | 1 | 08-24-2006 03:03 PM |
| Using mail to send HTML emails | dmennis | UNIX for Dummies Questions & Answers | 2 | 06-29-2001 11:42 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
send emails to groups
Hi,
I am trying to send alert emails through my script to users using a group name like DL_Failure Group@company.com but I am not able to send it, I thought it is because of the space in between and I tried to sedn is with quotes "DL_Failure Group@company.com" but that too did not work....I am in a fix now...Is there any other way to send email alerts specifying group names with spaces...? Code:
I tried this.. mail -s "Alert mail" DL_Failure Group@company.com and also I tried this.. mail -s "Alert mail" "DL_Failure Group@company.com" none of these work Thanks, |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|