Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
user-domain=<%= mail_domain %>
|
||||
smtp-server=<%= mail_server %>/TLS
|
||||
inbox-path={<%= mail_server %>/USER=${USER}/SSL}INBOX
|
||||
folder-collections={<%= mail_server %>/USER=${USER}/SSL}[]
|
||||
user-domain=<%= @mail_domain %>
|
||||
smtp-server=<%= @mail_server %>/TLS
|
||||
inbox-path={<%= @mail_server %>/USER=${USER}/SSL}INBOX
|
||||
folder-collections={<%= @mail_server %>/USER=${USER}/SSL}[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue