SMTP: add Email SMTP plugin link in README.md

This commit is contained in:
François Jacquet 2019-09-24 15:42:59 +02:00
parent 6321ffdd95
commit a273b4c90e
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ $ docker run --name rosariosisdb -d postgres
$ docker run -e "ROSARIOSIS_ADMIN_EMAIL=admin@example.com" -e "PGHOST=rosariosisdb" -h `hostname -f` -d -p 80:80 --name rosariosis --link rosariosisdb:rosariosisdb rosariosis
```
Setup database:
```bash
$ docker exec -it rosariosisdb /bin/bash
# psql -h localhost -p 5432 -U postgres
@ -79,3 +80,4 @@ RosarioSIS will attempt to send mail via the host's port 25. In order for this t
mynetworks = 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
```
Note: alternatively, you can use the [Email SMTP](https://www.rosariosis.org/email-smtp-plugin/) plugin for RosarioSIS.