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

|

|
||||||
|
|
||||||
* Skip the credit card form
|
* Skip the credit card form
|
||||||
* And activate your account with the link sent by email
|
* 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
|
## Domain configuration
|
||||||
* Go to the Domains section:
|
* Go to the Domains section:
|
||||||

|

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

|

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

|

|
||||||
|
|
||||||
## Consul mailing configuration for production environment
|
## 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.
|
* 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**.
|
* 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.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ En este ejemplo usamos a [Mailgun](https://www.mailgun.com/).
|
|||||||
|
|
||||||
## Crear una cuenta en Mailgun
|
## Crear una cuenta en Mailgun
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Omita el formulario de tarjeta de crédito
|
* Omita el formulario de tarjeta de crédito
|
||||||
* Y active su cuenta con el enlace enviado por correo electrónico
|
* Y active su cuenta con el enlace enviado por correo electrónico
|
||||||
@@ -14,11 +14,11 @@ En este ejemplo usamos a [Mailgun](https://www.mailgun.com/).
|
|||||||
|
|
||||||
## Configuración del domain
|
## Configuración del domain
|
||||||
* Ve a la sección domain:
|
* Ve a la sección domain:
|
||||||

|

|
||||||
|
|
||||||
* Como todavía no tienes un domain, debes hacer clic en el sandbox que ya está creado;
|
* Como todavía no tienes un domain, debes hacer clic en el sandbox que ya está creado;
|
||||||
* Recuerde las próximas credenciales:
|
* Recuerde las próximas credenciales:
|
||||||

|

|
||||||
|
|
||||||
## Configuración de correo del Consul para el entorno de desarrollo
|
## Configuración de correo del Consul para el entorno de desarrollo
|
||||||
* Vaya al archivo `config/environments/development.rb`;
|
* Vaya al archivo `config/environments/development.rb`;
|
||||||
@@ -41,7 +41,7 @@ En este ejemplo usamos a [Mailgun](https://www.mailgun.com/).
|
|||||||
|
|
||||||
* Rellene, `address`, `domain`, `user_name`, `password` con su información. El archivo se vería así:
|
* Rellene, `address`, `domain`, `user_name`, `password` con su información. El archivo se vería así:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Configuración de correo de Consul para el entorno de producción
|
## Configuración de correo de Consul para el entorno de producción
|
||||||
|
|
||||||
@@ -49,4 +49,4 @@ En este ejemplo usamos a [Mailgun](https://www.mailgun.com/).
|
|||||||
* Agregue la misma configuración de **action mailer settings**, pero ahora con su información de servidor de correo de producción.
|
* Agregue la misma configuración de **action mailer settings**, pero ahora con su información de servidor de correo de producción.
|
||||||
* Preste atención porque necesitará cambiar el número del **puerto** para **587**.
|
* Preste atención porque necesitará cambiar el número del **puerto** para **587**.
|
||||||
|
|
||||||
Puede usar Mailgun para producción también, agregando su dominio personalizado. Mailgun hay registros (logs) de los correos enviados y entregues.
|
Puede usar Mailgun para producción también, agregando su dominio personalizado. Mailgun hay registros (logs) de los correos enviados y entregues.
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |