Short:        Sends an email from a simple Shell command line
Author:       dbucher@horus.ch (Denis BUCHER)
Uploader:     dbucher horus ch (Denis BUCHER)
Type:         comm/tcp
Version:      1.3
Replaces:     SendEmail.lha
Architecture: m68k-amigaos

Very useful for BBS or to automatize things, but also very
useful when you need to send an email quickly from your Amiga.

Usage :
~~~~~~~
Just edit ram:a.txt (for example) and type in any shell :
SendEmail mail.myprovider.com you@youraddress him@itsaddress ram:a.txt

More options, more help :
~~~~~~~~~~~~~~~~~~~~~~~~~
Just type "SendEmail help"

Contents :
~~~~~~~~~~
Two versions, one for all Amigas, the other for 68030+

History :
~~~~~~~~~
 V0.9  2.12.96 first code
 V1.0    12.96 first working version
 V1.1  4.06.97 You can now choose the host format with hostisemail
               Release on Aminet
 V1.2 11.06.97 Very awfull bug removed thanks to Dana Huggard
               (The hostname disappeared if "hostisemail" wasn't set)
               Arguments are now tested case insensitive
               Release on Aminet
 V1.3 24.07.97 Copyright year corrected.
               Help text about header changed thanks to Alex Carmona
               Release on Aminet
      24.07.97 Error messages with returncode 5 were correct but the
               advice wasn't the best.
               Instead of 'hostisemail' flag you may use 'HE'.
               Now if you use 'HE' or 'hostisemail' many times, you
               get a message. It doesn't change the result.
               Better output for "SendEmail help"
               A *huge* quantity of unnecessary things removed.

100% C source -- OS compliant -- All errors checked internally