![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mail issue - Subject title missing | kiem | SUN Solaris | 2 | 10-10-2007 02:56 PM |
| sort mail based on subject in unix. | sriram.s | Shell Programming and Scripting | 2 | 02-02-2007 07:38 AM |
| How to set Subject in 'mail' ? | hkapil | UNIX for Dummies Questions & Answers | 2 | 10-14-2005 04:36 PM |
| Mail subject output of script | kiano | UNIX for Dummies Questions & Answers | 4 | 11-29-2001 11:52 AM |
| Send a mail with a subject and an attachement | josecollantes | UNIX for Dummies Questions & Answers | 1 | 08-27-2001 11:55 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 |
|
||||
|
mail -s "subject for discussion" user@domain.com
|
|
||||
|
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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|