Refactor mailserver images into correct subfolder

This commit is contained in:
Bertocq
2017-12-27 19:50:28 +01:00
parent fee77ba630
commit dde96a11be
6 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ In this example we used [Mailgun](https://www.mailgun.com/).
## Create an account in Mailgun
![Creating an account in Mailgun](../../img/mailgun-create-account.png)
![Creating an account in Mailgun](../../img/mailserver/mailgun-create-account.png)
* Skip the credit card form
* And activate your account with the link sent by email
@@ -14,11 +14,11 @@ In this example we used [Mailgun](https://www.mailgun.com/).
## Domain configuration
* Go to the Domains section:
![Mailgun domain section](../../img/mailgun-domains.png)
![Mailgun domain section](../../mailserver/img/mailgun-domains.png)
* Since you don't have a domain yet, you should click in the sandbox that is already created;
* Remember the next credentials:
![Mailgun sandbox](../../img/mailgun-sandbox.png)
![Mailgun sandbox](../../mailserver/img/mailgun-sandbox.png)
## Consul mailing configuration for development environment
* 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:
![development.rb file](../../img/development.rb.png)
![development.rb file](../../mailserver/img/development.rb.png)
## Consul mailing configuration for production environment
@@ -48,4 +48,4 @@ In this example we used [Mailgun](https://www.mailgun.com/).
* Add the same **action mailer settings** configuration, but now with your production mail server information.
* Pay attention because you will need to change the **port** number to **587**.
You can also use Mailgun to production, adding your custom domain. Mailguns logs sent and delivered emails.
You can also use Mailgun to production, adding your custom domain. Mailguns logs sent and delivered emails.