New customizable mail : mail_validated, new balise --lien_dossier--
This commit is contained in:
parent
83616f77db
commit
b40193e7b5
21 changed files with 134 additions and 58 deletions
|
@ -42,6 +42,10 @@ Rails.application.configure do
|
|||
# Action Mailer settings
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
|
||||
Rails.application.routes.default_url_options = {
|
||||
host: 'localhost:3000',
|
||||
protocol: :http
|
||||
}
|
||||
|
||||
# Config for mailcatcher https://mailcatcher.me/
|
||||
config.action_mailer.smtp_settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue