Fix links to images on dev mailserver section

This commit is contained in:
taitus
2019-11-28 17:53:46 +01:00
parent e30ccf4689
commit 9f2c7f85e5

View File

@@ -14,11 +14,11 @@ In this example we used [Mailgun](https://www.mailgun.com/).
## Domain configuration ## Domain configuration
* Go to the Domains section: * Go to the Domains section:
![Mailgun domain section](../../mailserver/img/mailgun-domains.png) ![Mailgun domain section](../../img/mailserver/mailgun-domains.png)
* Since you don't have a domain yet, you should click in the sandbox that is already created; * Since you don't have a domain yet, you should click in the sandbox that is already created;
* Remember the next credentials: * Remember the next credentials:
![Mailgun sandbox](../../mailserver/img/mailgun-sandbox.png) ![Mailgun sandbox](../../img/mailserver/mailgun-sandbox.png)
## Consul mailing configuration for development environment ## Consul mailing configuration for development environment
* Go to `config/environments/development.rb` file; * Go to `config/environments/development.rb` file;
@@ -40,7 +40,7 @@ In this example we used [Mailgun](https://www.mailgun.com/).
``` ```
* Fill, `address`, `domain`, `user_name`, `password` with your information. The file would look like: * Fill, `address`, `domain`, `user_name`, `password` with your information. The file would look like:
![development.rb file](../../mailserver/img/development.rb.png) ![development.rb file](../../img/mailserver/development.rb.png)
## Consul mailing configuration for production environment ## Consul mailing configuration for production environment