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>
|
||||
{{/if}}
|
||||
|
||||
{{#if replyTo}}
|
||||
<dt>Email "reply-to"</dt>
|
||||
<dd>{{replyTo}}</dd>
|
||||
{{/if}}
|
||||
|
||||
{{#if subject}}
|
||||
<dt>Email "subject line"</dt>
|
||||
<dd>{{subject}}</dd>
|
||||
|
|
Loading…
Reference in a new issue