home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 430.lha / Arn_v0.67 / sendm < prev    next >
Encoding:
AmigaDOS Script File  |  1990-11-09  |  248 b   |  15 lines

  1. .key mailfile/a,username
  2. .bra {
  3. .ket }
  4. .dot ~
  5. IF exists "{mailfile}"
  6.  type >>UUMAIL:mail.sent {mailfile}
  7.  IF "{username}" EQ ""
  8.     sendmail <{mailfile}
  9.  ELSE
  10.     sendmail <{mailfile} -f "{username}"
  11.  ENDIF
  12. ELSE
  13.  echo "{mailfile} not found!"
  14. ENDIF
  15.