aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport/mail_reports.inc
Commit message (Collapse)AuthorAgeFilesLines
* Update PHPMailer for mailreportsjim-p2015-02-101-1/+1
|
* Remove conflicting variable $g in mailreports' mail_report_generate_graph()Bryce Chidester2015-02-101-3/+3
| | | | Fixes #4281
* Support mail report of mbuf usage graphPhil Davis2015-02-101-3/+48
| | | | Forum report: https://forum.pfsense.org/index.php?topic=82571.0
* Follow 2.2 and change 8hour->eighthour and 4year->fouryear to avoid having a ↵jim-p2014-09-161-2/+15
| | | | numeral start an ID. Add some code so it will fix up existing values as they are changed.
* Correct checkjim-p2014-05-091-1/+1
|
* Check new and old path for clog when generating mail report. Bump.jim-p2014-05-091-1/+7
|
* Retrieve current theme before attempting to reference the theme, otherwise ↵jim-p2014-05-071-0/+2
| | | | it is blank on a plain installation. Bump version. Fixes #3503
* Allow mail report to make use of TLSWarren Baker2014-04-071-2/+4
|
* Fix spelling, email header and table headercrocomo2014-02-251-3/+3
| | | | | | | | | * Spelling now sticks with [1] (email, Email at the beginning of a sentence) * Email header now "Email Report" instead of "Graph Report" * Table header now "Commands" instead of "Cmds" (plus fix for width) * Version increased to 2.0.10 [1] https://www.rfc-editor.org/rfc-style-guide/terms-online.txt
* Allow for multiple filter terms in mailreportjim-p2014-01-301-2/+1
|
* When sending an e-mail report, do not generate output, otherwise it will ↵jim-p2013-10-091-2/+0
| | | | generate a message from cron.
* Some more refinements for the mail reports package.jim-p2013-03-291-1/+31
|
* Add command output and log output capabilities to the "mail reports" package.jim-p2013-03-281-2/+27
|
* Declare $g a global here so the mail reports should pick up the themejim-p2012-07-271-0/+1
|
* Use the short name in the attachment path to embed, it should make some mail ↵jim-p2012-02-201-1/+1
| | | | clients happier. Fixes #2206
* Switch to inline attachments for e-mail graphs reportsjim-p2012-01-121-2/+4
|
* Respect the user-defined interface names in e-mailed RRD graphs, and in ↵jim-p2011-07-271-10/+8
| | | | drop-downs for building reports.
* Send report in the background, or it doesn't go.jim-p2011-07-191-1/+1
|
* Fix var namejim-p2011-07-191-1/+1
|
* Add mailreport package for periodic e-mail of RRD graphs. First rev.jim-p2011-07-191-0/+1203