1
0
Fork 0

chore: Typo fix in email script

This commit is contained in:
joostdecock 2023-08-13 15:08:57 +02:00
parent 40d98da25b
commit 526451e127
2 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@ Your account on FreeSewing.org has been inactive an scheduled for removal.
If you want to keep your account, please login on FreeSewing.org within the next 2 weeks. If you want to keep your account, please login on FreeSewing.org within the next 2 weeks.
If your account stays dormant, it will at one point become unavailable. If your account stays dormant, it will at one point become unavailable.
That does not have to be a disaster, you can always create a new one, but you will loose all data stored in your account. That does not have to be a disaster, you can always create a new one, but you will lose all data stored in your account.
This will be the only email I sent you about this. This will be the only email I sent you about this.
If you have questions, you can reply to this message. If you have questions, you can reply to this message.
@ -54,7 +54,7 @@ const html = mustache.render(
closing: ` closing: `
If your account stays dormant, it will at one point become unavailable. If your account stays dormant, it will at one point become unavailable.
<br><br> <br><br>
That does not have to be a disaster, you can always create a new one, but you will loose all data stored in your account. That does not have to be a disaster, you can always create a new one, but you will lose all data stored in your account.
<br><br> <br><br>
This will be the only email I sent you about this. This will be the only email I sent you about this.
<br> <br>

View file

@ -17,7 +17,7 @@ Your account on FreeSewing.org has been inactive an scheduled for removal.
If you want to keep your account, please login on FreeSewing.org within the next 2 weeks. If you want to keep your account, please login on FreeSewing.org within the next 2 weeks.
If your account stays dormant, it will at one point become unavailable. If your account stays dormant, it will at one point become unavailable.
That does not have to be a disaster, you can always create a new one, but you will loose all data stored in your account. That does not have to be a disaster, you can always create a new one, but you will lose all data stored in your account.
This will be the only email I sent you about this. This will be the only email I sent you about this.
If you have questions, you can reply to this message. If you have questions, you can reply to this message.
@ -44,7 +44,7 @@ const html = mustache.render(
closing: ` closing: `
If your account stays dormant, it will at one point become unavailable. If your account stays dormant, it will at one point become unavailable.
<br><br> <br><br>
That does not have to be a disaster, you can always create a new one, but you will loose all data stored in your account. That does not have to be a disaster, you can always create a new one, but you will lose all data stored in your account.
<br><br> <br><br>
This will be the only email I sent you about this. This will be the only email I sent you about this.
<br> <br>
@ -60,8 +60,8 @@ const html = mustache.render(
) )
send({ send({
to: ['nidhubhs@gmail.com'], to: ['joost@joost.at'],
bcc: ['joost@joost.at', 'joost@decock.org'], bcc: ['joost@decock.org'],
subject: '[FreeSewing] Your account is inactive and marked for removal', subject: '[FreeSewing] Your account is inactive and marked for removal',
html, html,
text, text,