I need sometimes to send email from windows command line. I could not find appropriate light sendmail utility and has developed own simple tool. It requires at least .NET 2.0 installed on the system.
simplemail is available here
Usage:
simplemail.exe [-a file] [-F file] [-H file] [-s subj] [-b addr] [-c addr] addr [...]
OPTIONS
-a file
Attach a file to your message using MIME.
-b address
Specify a blind-carbon-copy (BCC) recipient
-c address
Specify a carbon-copy (CC) recipient
-F config
Specify an initialization file to read
-h Show help.
-H draft
Specify a draft file which contains header and body
to use to send a message.
-s subject
Specify the subject of the message.
-v Show version.
If you are looking how to install SMTP (Simple Mail Transfer Protocol) in Windows answer is here.
3 comments:
Sorry
link down
thanks a lot anonym, i have corrected the link.
BLAT is a simple email client, with many options if you need them.
Post a Comment