Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. marym26

    Script to track sent emails

    Neil My brain has finally started to grasp what exactly is going on and I've got the program working. Thank you for all your help and patience. M
  2. marym26

    Script to track sent emails

    Hi Neil the script so far is: set EMAILS_FILE = marym26@aol.com set MESSAGE_FILE = /home/myname/letter set LOG_FILE = /home/myname/mail.log cat $MESSAGE_FILE | mail $EMAILS_FILE echo 'date' >> $LOG_FILE echo $EMAILS_FILE >> $LOG_FILE The output when I cat mail.log is: the date info my aol...
  3. marym26

    Script to track sent emails

    Neil - I've got the date working. But I'm still having problems with the name of the email recipient. What's comimg up is the path name to email (/home/myname/email). What am I doing wrong? I don't understand the while/do. The system I'm using isn't accepting that command. It' a bash shell if...
  4. marym26

    Script to track sent emails

    Neil - I appreciate your help but I'm a total newbie and still have some questions. I assume the $person is a variable I have to assign. How???? Also how do you create a list of emails? When I cat the file is this file the file I'm sending in the emails or a file I've created for the tracking...
  5. marym26

    Script to track sent emails

    Please help!!! I have to create a bash script which mails the contents of a file to other users. I have to also create another file in my home directory which contains a log of the emails that I have sent. The script is supposed to append to this file the current date and time followed by the...

Part and Inventory Search

Back
Top