Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-21 | settings: Add key 'smtpResult' | Malf Furious | 1 | -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-19 | Add setting parameter 'smtpFrom' | Malf Furious | 1 | -0/+8 | |
This is the name to give on FROM headers to generated email messages. | |||||
2017-06-19 | Change default SMTP port to 25 | Malf Furious | 1 | -1/+1 | |
2017-06-19 | Add SMTP configuration variables | Malf Furious | 1 | -0/+50 | |
2017-02-15 | Add settings class | Malf Furious | 1 | -0/+94 | |