Refactor mailserver images into correct subfolder
This commit is contained in:
@@ -6,7 +6,7 @@ In this example we used [Mailgun](https://www.mailgun.com/).
|
||||
|
||||
## Create an account in Mailgun
|
||||
|
||||

|
||||

|
||||
|
||||
* 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:
|
||||

|
||||

|
||||
|
||||
* Since you don't have a domain yet, you should click in the sandbox that is already created;
|
||||
* Remember the next credentials:
|
||||

|
||||

|
||||
|
||||
## 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:
|
||||
|
||||

|
||||

|
||||
|
||||
## 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. Mailgun’s logs sent and delivered emails.
|
||||
You can also use Mailgun to production, adding your custom domain. Mailgun’s logs sent and delivered emails.
|
||||
|
||||
Reference in New Issue
Block a user