|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
<div class="form-group">
|
|
|
<label for="" class="control-label">Ougoing Email Template</label>
|
|
|
- <select name="fromEmailAddress" class="form-control input-sm" @change="setTemplate">
|
|
|
+ <select name="outgoingEmailTemplate" class="form-control input-sm" @change="setTemplate">
|
|
|
<option value=""></option>
|
|
|
<option v-for="(template,i) in templates" v-bind:value="i">@{{ template.default_subject_tpl }}</option>
|
|
|
</select>
|