Show replyTo address in campaign view
This commit is contained in:
parent
901591dde4
commit
15613ba50c
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,11 @@
|
||||||
<dd>{{address}}</dd>
|
<dd>{{address}}</dd>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if replyTo}}
|
||||||
|
<dt>Email "reply-to"</dt>
|
||||||
|
<dd>{{replyTo}}</dd>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{#if subject}}
|
{{#if subject}}
|
||||||
<dt>Email "subject line"</dt>
|
<dt>Email "subject line"</dt>
|
||||||
<dd>{{subject}}</dd>
|
<dd>{{subject}}</dd>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue