![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to configure server to send email in AIX | chongkls77 | AIX | 4 | 05-07-2008 12:25 AM |
| How to know whether I am able to send email from unix server or not? | siba.s.nayak | UNIX for Advanced & Expert Users | 0 | 09-12-2007 12:11 AM |
| sending email via mail server | parmeet | UNIX for Advanced & Expert Users | 1 | 02-08-2007 11:39 PM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 06:24 PM |
| Send email to another server on AIX | owls | UNIX for Dummies Questions & Answers | 1 | 09-17-2001 09:02 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Quote:
now whenever any process is over i need to send mail from the server side to the email id of the person who is logged on that node. we have the database of the nodes and their email-id's. so the task is how can we send the email from server to the email-id. |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Once the process is over
echo $LOGNAME $HOSTNAME|mailx -s "The PID process is over" abc@mail.com hope this should be fine. you can get the logname and corresponding hostname in mail. i think you can include this line in the end of the job which u used to run so that once the job is over it sends the mail with the login id. |
|||
| Google The UNIX and Linux Forums |