Skip to content
Snippets Groups Projects
Commit d0175808 authored by Sebastian Mihalache's avatar Sebastian Mihalache :hammer_pick: Committed by Alexandru Munteanu
Browse files

feat(emails): add footer

parent 00d845da
No related branches found
No related tags found
1 merge request!58Sprint #20 - Goal - Reviewers submit report
......@@ -46,9 +46,10 @@ class Email {
return {
html: helpers.getInvitationBody({
replacements: {
toUserName: this.toUser.name,
...this.content,
...body,
...this.content,
toEmail: this.toUser.email,
toUserName: this.toUser.name,
},
}),
text: `${this.content.signatureName}`,
......@@ -59,8 +60,9 @@ class Email {
html: helpers.getNotificationBody({
replacements: {
...body,
toUserName: this.toUser.name,
...this.content,
toEmail: this.toUser.email,
toUserName: this.toUser.name,
},
}),
text: `${body.paragraph} ${this.content.ctaLink} ${
......
<div data-role="module-unsubscribe" class="module unsubscribe-css__unsubscribe___2CDlR" role="module" data-type="unsubscribe"
style="color:#444444;font-size:12px;line-height:20px;padding:16px 16px 16px 16px;text-align:center">
<p style="font-family:Arial, Helvetica, sans-serif;font-size:11px;line-height:20px;text-align:left">
This email was sent to {{toEmail}}. You have received this email in regards to the account creation, submission, or peer review process of a paper submitted to a journal published by Hindawi Limited.
</p>
<div class="Unsubscribe--addressLine">
<p class="Unsubscribe--senderName" style="font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:20px">Hindawi Limited</p>
<p style="font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:20px">
<span class="Unsubscribe--senderAddress">3rd Floor, Adam House, 1 Fitzroy Square</span>,
<span class="Unsubscribe--senderCity">London</span>,
<span class="Unsubscribe--senderState">United Kingdom</span>
<span class="Unsubscribe--senderZip">W1T 5HF</span>
<p style="font-family:Arial, Helvetica, sans-serif;font-size:11px;line-height:20px;text-align:left">
Hindawi Limited, 3rd Floor, Adam House, 1 Fitzroy Square, London, W1T 5HF, United Kingdom
</p>
</div>
<p style="font-family:Arial, Helvetica, sans-serif;font-size:11px;line-height:20px;text-align:left">
</p>
<p style="font-family:Arial, Helvetica, sans-serif;font-size:11px;line-height:20px;text-align:left">
Hindawi respects your right to privacy. Please see our <a href="https://www.hindawi.com/privacy/">privacy policy</a> for information on how we store, process, and safeguard your data.
</p>
<p style="font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:20px">
<a class="Unsubscribe--unsubscribeLink" href="{{ unsubscribeLink }}">Unsubscribe</a>
</p>
......
......@@ -153,9 +153,11 @@
<table class="wrapper" role="module" data-type="image" border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout: fixed;">
<tr>
<td style="font-size:6px;line-height:10px;padding:20px 0px 20px 0px;" valign="top" align="center">
<img class="max-width" border="0" style="display:block;color:#000000;text-decoration:none;font-family:Helvetica, arial, sans-serif;font-size:16px;max-width:10% !important;width:10%;height:auto !important;"
src="https://marketing-image-production.s3.amazonaws.com/uploads/bb39b20cf15e52c1c0933676e25f2b2402737c6560b8098c204ad6932b84eb2058804376dbc4db138c7a21dcaed9325bde36185648afac5bc97e3d73d4e12718.png"
alt="" width="60">
<a href="https://hindawi.com">
<img class="max-width" border="0" style="display:block;color:#000000;text-decoration:none;font-family:Helvetica, arial, sans-serif;font-size:16px;max-width:10% !important;width:10%;height:auto !important;"
src="https://marketing-image-production.s3.amazonaws.com/uploads/bb39b20cf15e52c1c0933676e25f2b2402737c6560b8098c204ad6932b84eb2058804376dbc4db138c7a21dcaed9325bde36185648afac5bc97e3d73d4e12718.png"
alt="" width="60">
</a>
</td>
</tr>
</table>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment