summaryrefslogtreecommitdiffstats
path: root/app/class/settings.class.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-21settings: Add key 'smtpResult'Malf Furious1-0/+8
This is not meant to be a user (admin) configurable key. Rather, this is a mechanism for success/failure results from interactions with PHPMailer to make their way back to the UI. Down the road, email sending functions should publish their true/false return value to this configuration key. The initial default value of "NULL" means no mail send attempts have taken place.
2017-06-19Add setting parameter 'smtpFrom'Malf Furious1-0/+8
This is the name to give on FROM headers to generated email messages.
2017-06-19Change default SMTP port to 25Malf Furious1-1/+1
2017-06-19Add SMTP configuration variablesMalf Furious1-0/+50
2017-02-15Add settings classMalf Furious1-0/+94