Skip to content

Commit 5513ab5

Browse files
committed
update guide
1 parent 073a58c commit 5513ab5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,29 @@ java -jar bombcampaign-0.1.0-SNAPSHOT-standalone.jar
2828

2929
### Start Sending Email
3030

31+
1) Prerequisites
32+
33+
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
3139
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.
3240

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+
3348
Note*
3449
- Make sure that the data directory is there with bombcampaign-0.1.0-SNAPSHOT-standalone.jar
3550
- To verify the sending email and error log go to data/sendmaillog/mailinglog.log
3651

52+
Issues report to developer [here](https://github.com/mrayoung/bombcampaign/issues)
53+
3754
## License
3855

3956
Copyright © 2020 Mr.Ayoung

0 commit comments

Comments
 (0)