-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
77 lines (53 loc) · 1.92 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
############################################
MassMailer v1.5
Simple Java email client,
Specially designed to send bulk emails.
############################################
@author : harshadura
@email : [email protected]
---------------------------
Required Software
---------------------------
(01) Java 1.6
(02) Apache Maven 2.2.1
(03) Mysql Server 5.1
-----------------------------------------------------
Configure Massmailer Propertiesfile before Usage.
-----------------------------------------------------
> Copying the "bulk.properties" file into required Destination.
> for Windows : Copy "bulk.properties" file into C:\bulk.properties
> for Linux : Copy "bulk.properties" file into /home/bulk.properties
> Configure the properties in "bulk.properties" file as Necessary
Sample :
db.name=massmailer
db.user=root
db.pass=PASS
smtp.host=smtp.gmail.com
smtp.port=587
smtp.pass=PASS
---------------------------
Running MassMailer
---------------------------
> start mysql server
> source the database schema. (dbqueries.sql)
mysql> source <path>/dbqueries.sql
> Using command line, goto the Inside of MassMailer project folder.
> type
mvn clean install
> MassMailer.Jar can be found in <project>/target directory.
---------------------------
Notes - Usage
---------------------------
> MassMailer uses MySql Tables to Recognize the Email Categories.
> So Insert All the same grouped Emails into one MySql Table.
> After that when using the MassMailer give the Relevant "TABLE NAME" for the "Bulk" Field.
-------------------------------------------
Troubleshoot
-------------------------------------------
If an error occured like this "Java.lang.ClassNotFoundException:"
Copy the All JARs files into below folders and Restart the Application.
Linux
-----
\jre\lib
\jre\lib\ext