DTP Base provides a scalable and secure Node.js application development harness ready for production service.
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.
 
 
 
 

15 lines
697 B

.common-footer
p
| This email was sent to #{recipient.email} because you selected to receive emails from #{site.name}.
if messageType !== 'system'
| You can #[a(href=`https://${site.domain}/email/opt-out?u=${recipient._id}&c=${messageType || 'marketing'}`) opt out] at any time to stop receiving these emails.
if site.address1 && site.city && site.state && site.postalCode && site.country
p You can request to stop receiving these emails in writing at:
address
div= site.company
div= site.address1
if site.address2 && (site.address2.length > 0)
div= site.address2
div #{site.city}, #{site.state} #{site.postalCode}
div= site.country