1
0
Fork 0

chore: Newsletter update

This commit is contained in:
Joost De Cock 2022-06-30 20:30:58 +02:00
parent aafcedf413
commit 5766f274c0
2 changed files with 12 additions and 2 deletions

View file

@ -257,7 +257,17 @@
<!-- Email Footer : BEGIN -->
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: auto;">
<tr>
<td style="padding: 20px; font-family: sans-serif; font-size: 12px; line-height: 15px; text-align: center; color: #495057;">
<td style="padding: 20px; font-family: sans-serif; font-size: 12px; line-height: 15px; text-align: center; color: #495057; border-top: 1px solid #cccccc;">
<a href="https://freesewing.org/patrons/join"><b>Support FreeSewing: Become a Patron</b></a>
</td>
</tr>
</table>
<!-- Email Footer : END -->
<!-- Email Footer : BEGIN -->
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: auto;">
<tr>
<td style="padding: 10px; font-family: sans-serif; font-size: 12px; line-height: 15px; text-align: center; color: #495057;">
FreeSewing<br><span class="unstyle-auto-detected-links">67 Plantin en Moretuslei<br>Antwerp / Belgium<br>info@freesewing.org</span>
<br><br>
<unsubscribe style="color: #ffffff; text-decoration: underline;">

View file

@ -78,7 +78,7 @@ const send = async (test = true) => {
await smtp.sendMail({
from: '"FreeSewing" <info@freesewing.org>',
to: sub.email,
subject: 'FreeSewing newsletter: Spring 2021',
subject: 'FreeSewing newsletter: Summer 2022',
headers: {
Language: 'en',
'List-Owner': 'joost@joost.at',