![]() |
|
|
|
|
|||||||
| 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 |
| bcc in mails | prasee | UNIX for Dummies Questions & Answers | 2 | 03-25-2008 04:26 AM |
| error while sending mails through MKS | Vrgurav | Shell Programming and Scripting | 0 | 03-06-2008 11:07 PM |
| undeleiverd mails | ali560045 | Shell Programming and Scripting | 1 | 01-26-2008 05:44 PM |
| Not able to send mails | arsheshadri | AIX | 3 | 10-08-2007 08:04 AM |
| sneding mails out | stancwong | UNIX for Dummies Questions & Answers | 1 | 02-21-2006 06:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how can i recd error log on my sent mails?
I am using the following command to send mail which comprises of a message body (mail_msgbody.txt), Subject(rtf attachment) and a RTF attachment.
Code:
uuencode ${FILE_NAME} ${FILE_NAME} >> mail_msgbody.txt
mailx -s"rtf attachement" aaa@yahoo.com < mail_msgbody.txt
Like I send the mail to aaa@yahoo.com ... what if aaa@yahoo.com is an invalid user now, or the inbox is full or for that matter any error whereby my mail doesnt reach him.... Can anyone help???????????????? |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|