shell scripts that uses mail/xmail


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting shell scripts that uses mail/xmail
# 1  
Old 07-23-2003
shell scripts that uses mail/xmail

Hello,

i'm wondering is it possible to include the 'notify me' tag which s used with outlook or some web-based email clients that notify you as soon as that user read the email with mail/xmail/sendmail etc.

i'm having scripts that sends a daily email to my sysadmins and i wish to know when they opened the email wich as a daily output from cronjobs


Thank you.
# 2  
Old 07-24-2003
If you are using mailx there is an option for ~R for return receipt BUT it's for interactive mode. Don't know if it would work on a cron job. Read the man page for mailx (or whatever you are using) and look for receipt.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to send e-mail from shell script ( C shell )?

Hi , How to send e-mail from shell script ( C shell ) . Mailx command is not working ( It didn't giving error also ). Please help me (2 Replies)
Discussion started by: arukuku
2 Replies

2. UNIX for Advanced & Expert Users

Running multiple php scripts into one php only, cron mail alert problem...

hi, while separated they produce the usual mail alert and i can see the output... if i write into the php script: <?php system('php -f /var/www/vhosts/domain.com/httpdocs/folder/script1.php'); system('php -f /var/www/vhosts/domain.com/httpdocs/folder/script2.php'); system('php -f... (0 Replies)
Discussion started by: 7stars
0 Replies

3. Shell Programming and Scripting

Text format problem with xmail

Hi, I have a very weird problem when I try to send a text file to outlook using the xmail command. # cat -e dec1.tmp SPEEDY 23-MAR-2011 01:28 ok$ 99svpp pas d'information$ 98pdrt pas d'information$ 57METZ 22-MAR-2011 23:50 ok$ # cat -e dec2.tmp SPEEDY 23-MAR-2011 01:14, SaveSYST ==>... (6 Replies)
Discussion started by: Castelior
6 Replies

4. Shell Programming and Scripting

calling 'n' number of shell scripts based on dependency in one shell script.

Hello gurus, I have three korn shell script 3.1, 3.2, 3.3. I would like to call three shell script in one shell script. i m looking for something like this call 3.1; If 3.1 = "complete" then call 3.2; if 3.2 = ''COMPlete" then call 3.3; else exit The... (1 Reply)
Discussion started by: shashi369
1 Replies

5. UNIX for Dummies Questions & Answers

Mail/Xmail doesn't work on Solaris 10

Hi again everyone. I have recently installed Solaris 10 on a server. Everything seems to work fine (users can be added and can log in, internet connectivity works, etc). However I'm struggling to get mail or mailx to work. Say there are two users on my server, Bob and Mary. Server hostname... (3 Replies)
Discussion started by: EugeneG
3 Replies

6. AIX

Difference between writing Unix Shell script and AIX Shell Scripts

Hi, Please give me the detailed Differences between writing Unix Shell script and AIX Shell Scripts. Thanks in advance..... (0 Replies)
Discussion started by: haroonec
0 Replies

7. UNIX for Dummies Questions & Answers

Mail Results Of Scripts

I have written a script, but want to mail the results of findings. Can this be done ? if so how (4 Replies)
Discussion started by: jedjeduk
4 Replies
Login or Register to Ask a Question