Skip to content

Commit

Permalink
fix brackets in images
Browse files Browse the repository at this point in the history
  • Loading branch information
conformist-mw committed Nov 21, 2021
1 parent ddb922a commit af8a7a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ After installation, you can check how it works for cron tasks, which notify the
```shell
* * * * * /usr/bin/non-existent-command
```
[![Failed cron job](https://user-images.githubusercontent.com/13550539/142764635-af564b8e-532e-4981-a6e2-d4974a8d1f79.png)
![Failed cron job](https://user-images.githubusercontent.com/13550539/142764635-af564b8e-532e-4981-a6e2-d4974a8d1f79.png)

Send emails:

```shell
$ echo 'Mail from the server' | mail -s 'Test subject' conformist.mw@gmail.com
```
[![Sent email](https://user-images.githubusercontent.com/13550539/142764816-0109b90f-cef7-4282-8ca1-d81a9024335d.png)]
![Sent email](https://user-images.githubusercontent.com/13550539/142764816-0109b90f-cef7-4282-8ca1-d81a9024335d.png)

Send files (see telegram bot api [limitations](https://core.telegram.org/bots/api#sending-files)):

```shell
$ sendmail --send-file /var/log/tg-sendmail.log
```

[![Sent file](https://user-images.githubusercontent.com/13550539/142765226-ba5d978f-a9af-4c70-bb7f-935c2e3f2f8f.png)]
![Sent file](https://user-images.githubusercontent.com/13550539/142765226-ba5d978f-a9af-4c70-bb7f-935c2e3f2f8f.png)

0 comments on commit af8a7a9

Please sign in to comment.