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
Starts an HAProxy load balancer instance for ssl termination, a Sendy instance and a MySQL database instance with mounted volume for persisted data between restarts. Also uses Docker Secrets to avoid exposing sensitive data via 'inspect'.
88
+
Starts an HAProxy load balancer instance for SSL termination, a Sendy instance and a MySQL database instance with mounted volume for persisted data between restarts. Also uses Docker Secrets to avoid exposing sensitive data via 'inspect'.
89
89
90
-
The latest `docker-compose.yml` and sample files are available from image [repository](https://github.com/bubbajames-docker/sendy). It is highly adviced to clone this repository to ensure latest samples are used.
90
+
The latest `docker-compose.yml` and sample files are available from the image [repository](https://github.com/bubbajames-docker/sendy). It is highly advised to clone this repository to ensure the latest samples are used.
91
91
92
92
```yaml
93
93
version: "3.7"
@@ -162,6 +162,17 @@ $ docker-compose up -d
162
162
```console
163
163
$ docker-compose down
164
164
```
165
+
# Crontab Support
166
+
Crontab is installed and configured with the following jobs.
167
+
168
+
## Scheduled Campaigns
169
+
Schedule your marketing campaigns to send at specific times in the future. This job executes every 5 minutes to determine if any campaigns should be started.
170
+
171
+
## Autoresponders
172
+
Set up autoresponders to incoming emails. This job executes every 1 minute to determine if any emails require an autoresponse.
173
+
174
+
## Import Lists
175
+
Import list of contacts in CSV files. This job executes every 1 minute to determine if any Import List jobs have been created and initiate CSV file import if needed.
0 commit comments