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
Copy file name to clipboardexpand all lines: README.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Bombcampaign
2
2
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.
5
5
6
-
Tobe added more!
7
6
## 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:
11
11
12
12
1) Download the dependencies with the following commend:
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
+
29
33
Note*
30
34
- Make sure that the data directory is there with bombcampaign-0.1.0-SNAPSHOT-standalone.jar
31
35
- To verify the sending email and error log go to data/sendmaillog/mailinglog.log
0 commit comments