======================================================================== CONSOLE APPLICATION : BatchMail Project Overview ======================================================================== $Id: ReadMe.txt 143 2005-09-16 07:07:35Z wpc0756\Emmanuel $ (c) Copyright 1998-2005, Emmanuel KARTMANN, all rights reserved ======================================================================== This program is a very simple command line tool for sending emails via SMTP (Simple Mail Transport Protocol). It relies on the Microsoft ATL Server library for its SMTP implementation and on my shareware SimpleDNSResolver to automatically find the mail servers available on local area network (it sends a DNS query for "MX" records). USAGE BatchMail.exe Where: : email originator (RFC822 address, e.g. me@mycompany.com) : email recipient (RFC822 address, e.g. you@mycompany.com) : message subject : message body, or if prefixed by @, name of a file containing a list of files to include in body. Example: @myfiles.txt BatchMail.exe will open myfile.txt; every line contains a file name that will be concatenated to build the message body. : message file attachement, or if prefixed by @, name of a file containing a list of files to attach to message. Example: @myfiles.txt BatchMail.exe will open myfile.txt; every line contains a file name that will be attached to the message body. : name of the mail server (usually your ISP's email server, e.g. smtp.myisp.com). If not specified (empty string), BatchMail.exe contact the DNS to FIND the appropriate server. EXAMPLE BatchMail.exe you@yourcompany.com emmanuel@kartmann.org "Test BatchMail.exe" "This is a test of your batchmail" "ReadMe.txt" ""