commentRoot: "/comments"
projectNames:
- cmsdemo
requiredForAnonymous: [
"email", "author", "subject"
]
allowAnonymous: true
# Remove the following line for production. Default value is true
cacheTemplates: false
requiresApproval: true
nodeConfigField: commentConfig
moderatorEmails:
- moderator@example.com
mailTemplateFolder: plugins/comment/mailTemplates
mailServerConfig:
hostname: smtp.example.com
port: 25
starttls: REQUIRED
login: NONE
authMethods: null
username: null
password: null
ssl: false
trustAll: false
keyStore: null
keyStorePassword: null
ownHostname: null
maxPoolSize: 10
keepAlive: true
allowRcptErrors: false
mailSubjects:
commentCreated: "A test comment has been created"
mailSender: CMS Admin <cms@example.com>