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
Using the above configuration, the `email:send` process will exit after 5 minutes (`--timeout`) and won't overlap if the process still runs after 5 minutes (`withoutOverlapping`)
72
+
70
73
### Usage
71
74
72
75
#### Send an email
@@ -195,4 +198,8 @@ With encryption the table size is ± 50.58 MB.
195
198
196
199
#### Test mode (Optional)
197
200
198
-
When enabled, all newly created e-mails will be sent to the specified test e-mail address. This is turned off by default.
201
+
When enabled, all newly created e-mails will be sent to the specified test e-mail address. This is turned off by default.
202
+
203
+
#### E-mails to send per minute
204
+
205
+
To configure how many e-mails should be sent each command, please check the `limit` option. The default is `20` e-mails every command.
0 commit comments