home *** CD-ROM | disk | FTP | other *** search
- Key MailFile/A,StorageDir/A
- bra {
- ket }
- ; By Allan Odgaard. If online, send immediately, otherwise copy to storage
- ; directory for later processing.
-
- failat 99
- rx "address rxslip.1 'popup'; address rxslip.1 'hide'" ; any rexx command will do
- If warn
- C:Copy {MailFile} {StorageDir}
- Else
- PutMail Mail={MailFile} Home=Home: NoAddr NoHead NoSig
- If warn
- C:Copy {MailFile} {StorageDir}
- EndIf
- EndIf
-
-