You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bombcampaign running on JVM so before runing an application need to install Java JDK [How to install OpenJDK In Pionux or any Arch Linux base](https://www.ayoungnotes.com/How-to-install-OpenJDK-In-Pionux-or-any-Arch-Linux-base)
34
+
35
+
2) Get Software
36
+
Download the [Official Release](https://github.com/mrayoung/bombcampaign/releases)
37
+
38
+
3) Configure
31
39
There are three files in side data folder. config.csv is where you confige SMTP server. In contact.csv is list of email who you want to send your email to. And content.csv is your email body.
32
40
41
+
4) Excute
42
+
Double click on bombcampaign-0.1.0-SNAPSHOT-standalone.jar
43
+
44
+
5) Verify
45
+
The application log at data/sendmaillog/mailinglog.log so all the email and error log will show here.
46
+
47
+
33
48
Note*
34
49
- Make sure that the data directory is there with bombcampaign-0.1.0-SNAPSHOT-standalone.jar
35
50
- To verify the sending email and error log go to data/sendmaillog/mailinglog.log
36
51
52
+
Issues report to developer [here](https://github.com/mrayoung/bombcampaign/issues)
0 commit comments