Not every Sapling instance will necessarily need to send emails (or in the future, texts or push notifications), so making every Sapling instance install nodemailer and front-matter for that seems unnecessary.
Refactor notifications to be their own separate dependency that can be optionally installed to Sapling.
Not every Sapling instance will necessarily need to send emails (or in the future, texts or push notifications), so making every Sapling instance install
nodemailerandfront-matterfor that seems unnecessary.Refactor notifications to be their own separate dependency that can be optionally installed to Sapling.