mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
429 B
12 lines
429 B
<% if @email_config %>
|
|
<%= auto_link(simple_format(h(ReplaceEmailVariables.call(@email_config.value['body'], submitter: @submitter)))) %>
|
|
<% else %>
|
|
<p>Hi there,</p>
|
|
<%= simple_format(@message) %>
|
|
<p><%= link_to 'Submit Form', submit_form_url(slug: @submitter.slug) %></p>
|
|
<p>Please contact us by replying to this email if you didn't request this.</p>
|
|
<p>
|
|
Thanks,<br><%= @current_account.name %>
|
|
</p>
|
|
<% end %>
|