Sending emails moved completely to controller. It felt strange to have some emails sent from the controller and some of them from the model. Confirmations refactored to an independent model that can be potentially used also for other actions that need an email confirmation.
13 lines
558 B
Handlebars
13 lines
558 B
Handlebars
<mj-section>
|
|
<mj-column>
|
|
<mj-text mj-class="h3">
|
|
{{#translate}}Online Unsubscription Is Not Possible{{/translate}}
|
|
</mj-text>
|
|
<mj-text mj-class="p">
|
|
{{#translate}}Please contact us at{{/translate}} <a href="mailto:{{contactAddress}}">{{contactAddress}}</a> {{#translate}}to get removed from the list{{/translate}}.
|
|
</mj-text>
|
|
<mj-button mj-class="button" href="{{homepage}}">
|
|
{{#translate}}Return to our website{{/translate}}
|
|
</mj-button>
|
|
</mj-column>
|
|
</mj-section>
|