home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / mailx.txt < prev    next >
Text File  |  2009-11-06  |  736b  |  25 lines

  1. A small mail-Programm using Microware OS9/68K with ISP
  2.  
  3. Syntax: mailx [<Opt>] [user2,[user3,...]]user@host [filename] [Opt>]}
  4.         mailx [<Opt>] @gate1,@gate2:user@host [filename] [Opt>]}
  5. Funktion: TCP/IP Mail
  6. Optionen:
  7.      -s=<subject> Subject-String festlegen
  8.      -?           diese Hilfestellung anzeigen
  9.  
  10. This programm connects to an smtp-server 'host' and send's the file 'filename'
  11. as an eMail via SMTP to the user 'user' or a list of users. If the mailserver
  12. can't be connected directly via the local area network or a slip-connection,
  13. the eMail could be routed about gateways.
  14.  
  15. Examples:
  16.  
  17. mailx Prename.Name@mailsrv /dd/mail "-s=Test-eMail"
  18. mailx mailsrv:anywhere@microware.com /dd/mail "-s=to MW"
  19.  
  20.  
  21.     Juergen Koegler
  22.  
  23.  
  24.  
  25.