module.tx_sgmail { view { templateRootPath = {$plugin.tx_sgmail.view.templateRootPath} partialRootPath = {$plugin.tx_sgmail.view.partialRootPath} layoutRootPath = {$plugin.tx_sgmail.view.layoutRootPath} } settings { mail { # default from address default.from = noreply@example.org # comma-separated list of additional bcc addresses default.bcc = # comma-separated list of additional cc addresses default.cc = } # default template language templateDefaultLanguage = en } }