![]() |
|
|
|
|
|||||||
| 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 |
| Mail issue - Subject title missing | kiem | SUN Solaris | 2 | 10-10-2007 11:56 AM |
| sort mail based on subject in unix. | sriram.s | Shell Programming and Scripting | 2 | 02-02-2007 04:38 AM |
| How to set Subject in 'mail' ? | hkapil | UNIX for Dummies Questions & Answers | 2 | 10-14-2005 01:36 PM |
| Mail subject output of script | kiano | UNIX for Dummies Questions & Answers | 4 | 11-29-2001 08:52 AM |
| Send a mail with a subject and an attachement | josecollantes | UNIX for Dummies Questions & Answers | 1 | 08-27-2001 08:55 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
what are the codes used for setting the subject in the mail command?
Hi,
I am trying to add a subject to the email that is sent, what are the codes used for setting the subject? or can someone direct me to a site that shows what the other codes are tat i could use with command line this is the crobjob command i am using that sends the email at the moment. mysqldump -ce --user=***** --password=******* thedatabasenametosend | gzip | uuencode dbbackup_e.gz | mail db-bu@mail.com thanks in advacne |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
mail -s "subject for discussion" user@domain.com
|
|
#3
|
|||
|
|||
|
Hi,
Thank you but i did try this before and tried again but also included the " 's but still it does not send anything with this in the line in my cronjob on my unix server. any ideas why this wont work? thanks again for your help. Jason |
|||
| Google The UNIX and Linux Forums |