Introduction - If you have any usage issues, please Google them yourself
Bulk mail sender v01-2008-03-15
Function: the file in a certain path is sent to one or more mailboxes in the form of an attachment.
The configurable parameters (properties. TXT) include:
- SMTP server (currently only supported gmail)
- user name, password
- sender's address
- recipient address (multiple)
- email topic, text content
- a local directory (the qualified files will be sent)
- filename filtering rules (custom regular expressions)
- is it a recursive subfolder
- maximum value of email attachment (gmail is 10M)
- send an email break interval
- log records
System requirements:
Jre6 or theory
Early versions of the JDK +JAF+javamail (to recompile the source code, untested)
Known problems:
1. Gmail and hotmail can be charged normally
The attachment can not be received normally
Other mailbox untested
2. Chinese support should be ok
Run:
Java - jar BulkEmailSender. Jar
Packet : 75448178bulk-email-sender-v01-mar-14-2008.zip filelist
bulk-email-sender-v01-mar-14-2008/
bulk-email-sender-v01-mar-14-2008/BulkEmailSender.jar
bulk-email-sender-v01-mar-14-2008/properties.txt
bulk-email-sender-v01-mar-14-2008/ReadMe.txt