Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2014-09-14 | 1.9 kB | |
ExampleUsage.bat | 2014-09-14 | 1.0 kB | |
SMTPMail.exe | 2014-09-14 | 36.9 kB | |
SMTPmail.CS | 2014-09-14 | 45.3 kB | |
SMTPmail_0.7.5.zip | 2014-09-14 | 46.3 kB | |
Totals: 5 Items | 131.5 kB | 0 |
SMTPmail is a command line program for sending emails. Supports: For message body supports sending plain text from the command line or text files, HTML files and .MHT files (must use full path for filenames) Up to 99 File Attachments sending TO: lists from a file //**** USAGE: SMTPMail SMTP FROM TO [REPLY [SUBJ [BODYTEXT [BODYHTML [ATTACHMENT(S) or SSL=port# or USER= or PASS=]]]]]] //**** //**** Written by: Jason Bell //**** bellinbox@bellsouth.net //**** //**** Send Email messages via SMTP from the command line //**** User supplies SMTP Server, To, From, Subj, TextBody, HTMLBody, Attachment(s) //**** Allows up to 99 attachments (OpSys or SMTP servers may limit) //**** Hooks are in for CC and BCC but not processed from command line arguments //**** //**** TO, TextBody and HTMLbody can be files //**** Files are detected by having a : as the second character in the name (eg C:\test\x.htm) //**** \ also considered eg \\server\c$\dir1\file1.ext //**** //**** Allows MASS MAIL when TO argument is a TAB delimitted file with eMail addres as 1st column //**** //**** A .MHT file, (eg saved from Internet explorer) as the TextBody will strip header and send as SMTP directly //**** //**** //**** 0.7.2 - August 2011 - Added SSL/USER/PASS options //**** 0.7.3 - December 2011 - Set default to SSL off (was forcing SSL even when not) //**** 0.7.4 - July 2013 - Added FileStream.Close to release resources //**** 0.7.5 - July 4,2013 - Added Fixed problems with attachments mixed with USER/PASS/SSL arguments //**** //**** //**** Help from http://www.programmersheaven.com/2/Art_CSharp_2 //**** http://www.ietf.org/rfc/rfc0821.txt //**** http://geocities.com/dbeurive/commun/smtp.htm //**** MSDN and lots of other places on the web