Improve formatting
This commit is contained in:
parent
7a64ebe982
commit
9b82e13d17
1 changed files with 5 additions and 2 deletions
|
@ -6,5 +6,8 @@ ActionMailer::Base.smtp_settings = {
|
|||
:enable_starttls_auto => false
|
||||
}
|
||||
|
||||
# Set the host and protocol for all action mailer urls
|
||||
ActionMailer::Base.default_url_options = { :host => SERVER_URL, :protocol => SERVER_PROTOCOL }
|
||||
# Set the host and protocol for all ActionMailer URLs
|
||||
ActionMailer::Base.default_url_options = {
|
||||
:host => SERVER_URL,
|
||||
:protocol => SERVER_PROTOCOL
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue