Commit e5e08c3
authored
🚀 RELEASE: bulk-mail-cli v2 (#25)
* 📦 NEW: TypeScript Boilerplate
* 📦 NEW: Make the TS dev workflow better
* v2.0.0
* 🐛 FIX: Switch to v1.0.3
* 📦 NEW: Introduce .travis.yml
* 🐛 FIX: Use yarn as your project manager
* 🐛 FIX: Ahh! Travis please fix yourself
* 🐛 FIX: Use node version 10 and 11 for Travis Test
* 📦 NEW: Initialize basic TypeScript migration
* 📦 NEW: bulk-mail-cli v2 typescript migration (#26)
* 👌 IMPROVE: Typescript boilerplate created
* 📦 NEW: Make feature that creates demo files on bulkmail demo
* 📦 NEW: Compress a new demo zip
The new zip contains the demo configuration file with changed lead.csv
* 🐛 FIX: Fix the Authentication bug
The TypeScript Codebase can now check for JSON file, its path, and can also check if the correct credentials are provided.
* 📦 NEW: Write Mass Mailer
* 👌 IMPROVE: Send mails only to the ones who didn't get
* 📦 NEW: Write a stringProcessor
* 🐛 FIX: Fix string processing of mail options
* 📦 NEW: Read the HTML file
* 👌 IMPROVE: Don't make users provide 'service' name in the config file
* 📦 NEW: Introduce the Attachments feature!
* 🐛 FIX: Delete node-cron module
* 🐛 FIX: Don't throw error if nonUserData in config file is undefined
* 🐛 FIX: Handle error when no attachment provided
* 👌 IMPROVE: Use node-cron instead of a for-loop
* 👌 IMPROVE: Remove people who got the mail from the csvData
* 📦 NEW: New bulk-mail-cli Demo Zip
* 🐛 FIX: Use for-loop if cron interval is less than 10 seconds
* 👌 IMPROVE: Support env variables in configuration files.
* 👌 IMPROVE: Support env variables in configuration files for all credentials.
* 👌 IMPROVE: Support env variables in configuration files for all fields!
* 📦 NEW: Allow {{fname|lname}} syntax
* 👌 IMPROVE: Allow {{hi unknown field|hello}} syntax!
* 👌 IMPROVE: Keep verbosity by default
* 👌 IMPROVE: Write code to support SOCKS5 program
* 📦 NEW: Restart flag
* 📖 DOC: Write the brand new README!
* 📖 DOC: Remove line break
* 📖 DOC: Don't call it json
* 📖 DOC: Better 'Send the Mail' title
* 👌 IMPROVE: Add 'bulkmailDev' command in the bin
* 📖 DOC: Add 'runs on cloud feature'
* 🐛 FIX: Fix 'bulkmail demo' path not found bug
* 📖 DOC: List features in a better way
* 📖 DOC: Make a silly last minute change
* 📖 DOC: Fix github issue template
* 📖 DOC: Place 'Active on Slack at the top'1 parent f69525c commit e5e08c3
File tree
63 files changed
+1001
-2345
lines changed- .github/ISSUE_TEMPLATE
- .vscode
- node_modules
- BulkMailCli_settings
- bulkmailcli_settings
- src
- assets/demo
- bin
- cli
- assets/demo
- commands
- file
- utils
- lib
- commands
- tools
- i18n
- settings
- utilities
- htmlProcessor
- mail
- typings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+1001
-2345
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
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 | | - | |
| 15 | + | |
| 16 | + | |
66 | 17 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | | - | |
11 | | - | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments