Is there a possibility to send a email notification when gitlab backup is done? I run the backups automatically with a cronjob
Asked
Active
Viewed 161 times
0
-
`cron` sends mail by default if your job outputs anything. What does your `crontab` look like and is the machine where you run this configured to send email to the world? – tripleee Mar 06 '18 at 15:09
-
gitlab is running in a docker container. how can I test mail function – Felix Mar 06 '18 at 15:19
-
Without a lot more details about where you want to send the message and how your ISP currently wants you to configure outgoing email, we can only tell you to google these things. – tripleee Mar 06 '18 at 15:26
-
1Also, please don't post perfectly good text as images. – tripleee Mar 06 '18 at 15:27
