BDS Mail send solutions suite



MailSender command line tool
List MailSender application

MailSender command line tool



MailSender is FREEWARE simple util, what allow send message via any available SMTP server.
Direct download here

MailSender can be used in shell command batch files, command scripts etc. for organize e-mail sending to user(s).
Run mailsender.exe without parameters or with /H or /? and see alailable features and command line switches switches:

Command line switches:
=========================================
/B:FileName.ext - file name,what contain message body
/T:FileName.ext - file name,what contain recipients address list
/F:MailAddr - sender (your) address
/S:Subject - message subject (optional)
/SMTP:Server - mail SMTP server
/U:User ID - SMTP server user name if need
/H,/? - this short help
/NM - don`t show "Sended success" message
/NE - don`t show error messages
/RR - send answer reply to recipient
/ES - extended command line switches processing. All switches should be started at "/"!
/A:FileName.ext - file name, what contain attachment file names (one file - one file)

Message charsets:
=========================================
/CS:CharSet - charset for message. Windows-1251 as default
/SD - Subject in OEM (DOS) charset
/SK - Subject in KOI-8 charset
As default subject sended in ANSI charset

Message format:
=========================================
/FP - simple text (as default)
/FE - Enriched text
/FS - SGML
/FTS - Tab separated text
/FH - HTML


Below - command script file, what show how to use MailSender in scripts:

::-----------------------------------------------------------------------------
:: MailSender usage script example
::-----------------------------------------------------------------------------
@echo off
SET MS=mailsender.exe
SET FROM=yourname@yourhost.com
SET SMTP=smtp.yourhost
SET USNAME=username
:: Prepare message text
@echo This is test message! >msg.txt
:: Prepare user addesses list
@echo user1@gmail.com >toaddr.txt
@echo user2@gmail.com >>toaddr.txt
@echo user3@gmail.com >>toaddr.txt
:: Prepare attachment file
@dir >attachfile.txt
:: and attachments file...
@echo attachfile.txt >attach.txt

:: Now run MailSender and try send message
%MS% /B:msg.txt /T:toaddr.txt /F: %FROM% /SMTP:%SMTP% /U:%USNAME% "/S:This is subject" /A:attach.txt
:: Check errors
if errorlevel 5 goto er5
if errorlevel 4 goto er4
if errorlevel 3 goto er3
if errorlevel 2 goto er2
if errorlevel 1 goto er1
goto noerr
:er5
@echo Error send message by client!
goto done
:er4
@echo Error in application!
goto done
:er3
@echo Error! Host not found!
goto done
:er2
@echo Error! Send message failed!
goto done
:er1
@echo Error! SMTP server not found!
goto done
:noerr
@echo Success!
:done



List MailSender application



List MailSender is application for organize send e-mail messages to one or more addresses via any SMPT servers. Can be used as maillist sender.


List MailSender with Russian interface

Main features list:
- any SMTP servers support
- MIME and UUE attachments
- thousands e-mail addresses in one list
- HTML,text messages
- multilanguage interface
- database mail lists (IB or FB) support
- hidden copy, one user - one email, send mail to part of list modes
- logging
- build in editor HTML text primitives

Comming soon....

(c)2008 BDSLib.com