You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
648 B
19 lines
648 B
|
|
|
| ---
|
|
| This email was sent to #{recipient.email} because you selected to receive emails from #{site.name}.
|
|
if messageType !== 'system'
|
|
|
|
|
| Visit #{`https://${site.domain}/email/opt-out?u=${recipient._id}&c=${messageType || 'marketing'}`} to opt out and stop receiving these emails.
|
|
|
|
if site.address1 && site.city && site.state && site.postalCode && site.country
|
|
|
|
|
|
|
|
| You can request to stop receiving these emails in writing at:
|
|
|
|
|
| #{site.company}
|
|
| #{site.address1}#{'\n'}
|
|
if site.address2 && (site.address2.length > 0)
|
|
| #{site.address2}#{'\n'}
|
|
| #{site.city}, #{site.state} #{site.postalCode}
|
|
| #{site.country}
|
|
|
|