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
|**Like us a lot?** Help others know why you like us! **Review this package on [pkgreview.dev](https://pkgreview.dev/npm/bulk-mail-cli)**| ➡ |[](https://pkgreview.dev/npm/bulk-mail-cli)|
@@ -56,7 +65,7 @@ Ever felt a quick need to shoot a fabulous mail to your subscribers? Without any
56
65
Assuming that you have `node` and `npm` installed... Run the following in your terminal.
57
66
58
67
```bash
59
-
$ npm i -g bulk-mail-cli
68
+
npm i -g bulk-mail-cli
60
69
```
61
70
62
71
<br />
@@ -72,7 +81,7 @@ Just run `bulkmail support` in your terminal to see what commands and flags you
72
81
To generate demo files, use the following command.
73
82
74
83
```bash
75
-
$ bulkmail demo
84
+
bulkmail demo
76
85
```
77
86
78
87
<br />
@@ -118,7 +127,7 @@ $ bulkmail demo
118
127
## Send the Mail 🔰🔰🔰
119
128
120
129
```bash
121
-
$ EMAIL="chandlerbing@friends.com" PASSWORD="secret" bulkmail -f bulkmail.json # reference the configuration file here
130
+
EMAIL="chandlerbing@friends.com" PASSWORD="secret" bulkmail -f bulkmail.json # reference the configuration file here
122
131
```
123
132
124
133
That will start the mailing process! After every mail it sends, it updates the configuration file with the emails that you sent the message to. So that when you run the same campaign next time, it will resume from where you paused. **To start over, you can append the `--restart` flag to the command.**
@@ -127,7 +136,7 @@ That will start the mailing process! After every mail it sends, it updates the c
127
136
128
137
## Writing data in CSV
129
138
130
-
### List emails the right way!
139
+
### List emails the right way
131
140
132
141
If you use **WordPress**, you may just import the CSV file of users by using [this plugin](https://wordpress.org/plugins/users-customers-import-export-for-wp-woocommerce/).
133
142
@@ -162,10 +171,10 @@ You can also define `PASSWORD` environment variable so that you don't directly t
0 commit comments