Forum: Shell Scripting Nov 1st, 2007 |
| Replies: 1 Views: 707 |
Forum: JavaScript / DHTML / AJAX Oct 4th, 2007 |
| Replies: 0 Views: 681 very Urgent I'm trying to send attachments through E-mail using the following command,
echo " Refer to the attachments." > textfile | (uuencode $file1 outputfile1.txt; uuencode $file2 outputfile2.txt;) |cat... |
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2007 |
| Replies: 0 Views: 1,442 Edit options in sendmail command sendmail -F "notify_intab" ${notify_intab} < $mailReportfile
when I use my send mail command , the data fetched are somewhat like a table, but the output are displayed in a non-readble... |