Skip to content

Commit 073a58c

Browse files
committed
update guide
1 parent 0c5f985 commit 073a58c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Bombcampaign
22

3-
A Clojure Web service for sending email for your marketing purpose.
4-
Using Postal wraps JavaMail to make sending emails simple and platform independent.
3+
A sigal Java application writen Clojure for sending mask email for your general purpose.
4+
This application using [Postal](https://github.com/drewr/postal) is a library for constructing and sending RFC822-compliant Internet email messages. and [clojure.data.csv](https://github.com/clojure/data.csv) A CSV reader/writer to/from Clojure data structures to interact with data.
55

6-
Tobe added more!
76
## Usage
8-
To config the mail account in the data/config.csv
9-
To add the e-mail listing go to data/contact.csv
10-
To Edit e-mail content go to data/content.csv
7+
### I Build
8+
If you want to contribute or build on your won pc here is the environment setup [How to install Leiningen project tool for Clojure on Arch Linux](https://www.ayoungnotes.com/How-to-install-Leiningen-project-tool-for-Clojure-on-Arch-Linux).
9+
10+
Bellow is the build guide:
1111

1212
1) Download the dependencies with the following commend:
1313
```
@@ -26,12 +26,16 @@ lein uberjar
2626
java -jar bombcampaign-0.1.0-SNAPSHOT-standalone.jar
2727
```
2828

29+
### Start Sending Email
30+
31+
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+
2933
Note*
3034
- Make sure that the data directory is there with bombcampaign-0.1.0-SNAPSHOT-standalone.jar
3135
- To verify the sending email and error log go to data/sendmaillog/mailinglog.log
3236

3337
## License
3438

35-
Copyright © 2018 Mr.Ayoung
39+
Copyright © 2020 Mr.Ayoung
3640

3741
Distributed under Free License.

0 commit comments

Comments
 (0)