home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / DOOUTGOI < prev    next >
Encoding:
Text File  |  1995-07-06  |  240 b   |  12 lines

  1. #!/bin/csh
  2. echo dooutgoing - initialising
  3. source setupenv
  4. echo Getting the outgoing email
  5. getoutgoing
  6. echo Sending the outgoing email
  7. mailsend out.mta
  8. echo Reseting the out.mta file
  9. resetoutmta
  10. echo Deleting working files
  11. dotidy
  12.