ASW FileMailer
![]() |
ASW FileMailer is a very handy tool to send e-mail simply from
the command line. You can automate even more complex mailing tasks via a command
file, in which you can add commands and text to be included in the email. It is very suitable for batch programming and corporate reporting etc. applications or in general if you need to send files and reports via email. ASW File Mailer works with all versions of Windows® 95, 98, NT, 2000, ME, and XP. Configuration is simple. You just enter your email account's mail server and user id etc., optionally define some command files and start using the program. |
|
| ASW FileMailer help file | If you want to add the mailer to your batch program the
simplest way is to just type (or add into a batch) a command as follows: C:\ASWFileMailer.exe TO:info@activeserverworks.com SUBJECT:This is a file BODY:free text FILE:c:/path/file.txt |
|
|
Buy ASW Filemailer
Single license only $29 USD
|
Or if you want to use a command file: C:\PATH\ASWFileMailer.exe "c:\path\CommandFile.txt" And the contents of the CommandFile.txt is f.i.: * This is an example of a command file to send a file to a certain recipient(s). * Every part of the command file (subject text, body text etc.) always starts * with a line which includes the key * expression for the data starting with character "/" and on the next lines * include corresponding data. * Characte "*" starts a comment line in the file. * * Next 2 lines tells the name(s) of (up to three) attached files: /File C:\path\file.txt * Next line tells to whom this email will be sent. (You can include several * recipients, one on each line) /To info@activeserverworks.com support@activeserverworks.com * Subject text for the email: /Subject File example (subject text) * This command file is deleted after sending: /Delete Yes * The attached files are deleted too: /DeleteFile Yes * Body for the email message /Body This is free text to body part of the message. This example sends the file above to the two recipients. |
|