![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mailx | Paul Byrne | UNIX for Advanced & Expert Users | 6 | 06-23-2008 05:28 AM |
| mailX | anumkoshy | Shell Programming and Scripting | 4 | 08-25-2007 01:08 PM |
| mailx error message : mailx: NUL changed to @ | BG_JrAdmin | UNIX for Dummies Questions & Answers | 2 | 12-01-2005 10:27 AM |
| Help with mailx | ssmith001 | UNIX for Dummies Questions & Answers | 1 | 09-02-2005 07:20 PM |
| mailx to to Dl | sm321 | Shell Programming and Scripting | 1 | 07-16-2004 09:21 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
mailx
hi,
I am working on a ksh script and i want to be able to send a email using mailx. if [[ "$testcase3" = "email1" ]] || [[ "$testcase3" = "email2" ]] then echo "send email" mailx -s "Subject goes here" <email address>; fi thats what i have so far, in place of "<email address>" I have my actualy email address and I want to add a body with the text "body goes here". I have tried googling for this but didnt quite understand the results nor the man pages. Btw the code above doesnt even send an email with just a subject only, any ideas. Any help would be appreciated. |
|
||||
|
"can not chdir(/var/spool/mqueue/): Permission denied
Program mode requires special privileges, e.g., root or TrustedUser." This is the o/p of mailq after sending mail using mail comand on linux. Does any one know whta does this mean? |
|
||||
|
It means you don't have permission to run the mailq command. If you have root or sudo access, use that.
Please start a new thread unless your question is a direct follow-up to something in a thread. |
![]() |
| Bookmarks |
| Tags |
| linux, ubuntu |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|