mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-03-21 17:44:49 -05:00
feat(mailer): replace notice in footer to only refer to forum
This commit is contained in:
parent
17b294e20f
commit
169dbdf729
|
|
@ -260,11 +260,9 @@
|
|||
<td class="notice" style="color:#8990c1;text-align:center;font-size:14px;">
|
||||
<div class="gmail-s">
|
||||
<div class="gmail-d">
|
||||
Note: this email message was auto-generated, please do not respond. For further
|
||||
assistance, please join our <a href="https://discord.pretendo.network"
|
||||
style="text-decoration:none;color:#fff;">Discord server</a> or make a
|
||||
post on our <a href="https://forum.pretendo.network"
|
||||
style="text-decoration:none;color:#fff;">Forum</a>.
|
||||
Note: This is an automatic email; please do not respond.<br />For assistance, please
|
||||
visit <a href="https://forum.pretendo.network"
|
||||
style="text-decoration:none;color:#fff;">forum.pretendo.network</a>.
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -198,6 +198,9 @@ export class CreateEmail {
|
|||
// the signature is baked into the template, so it needs to be added manually to the plaintext version
|
||||
plainText += '\n\n- The Pretendo Network team';
|
||||
|
||||
// and so is the notice about the email being auto-generated
|
||||
plainText += '\n\nNote: This is an automatic email; please do not respond. For assistance, please visit https://forum.pretendo.network.';
|
||||
|
||||
plainText = plainText.replace(/(<([^>]+)>)/gi, '');
|
||||
|
||||
return plainText;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user