TODO
    I'm testing your program sendemail, which works very good.
    However I don't return to the prompt after sendemail is finished.
    I need to kill the cmd, to stop it.
    I'm testing it on a windows (W2K) platform.
    Ever seen this ?
    Thanks
    Marco
    commandline :
    sendemail -f "webmaster <webmaster@xxxxxx.nl>" -t "Marco <marco@dxxxxxx.nl>" -u Daily webreport -s mail.xxxxxx.nl -o message-file=report.txt -l log.txt -o timeout=10
    
    First: Nice programs, you have written!
    I have one queston to your program: I get the message, that i have to
    log in with pop3 before i can send an email. Now, how can i go round
    that or what program should i use to log in (mutt is too big and
    telnet needs to enter username and password everytime)?
    Hajo E. 
    
  
Ideas
    [ ] A preferences file with default settings?
    [ ] Deliver directly to MX server for domain?
    
    [ ] What about an option to send the same message more than once?
    [ ] how about a delay before sending the message?
    [ ] what about an internal queue for messages that wern't sent?
        next time it's invoked it could deliver those messages as well.
    [ ] Any way to do cross-platform, no modules, TLS?
    
