Mail Stats

Provides statistics for sent and received mail in your organization by analyzing MTSTORE databases.

Mail Stats

Install

Domino console command to install this app on your server:

tell Genesis install mail-stats

Install in MyAccount (for Prominic customers only)

Source code

If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.

Brief

Provides statistics for sent and received mail in your organization by analyzing MTSTORE databases.

More information can be found here: https://helpsoftwareinc.com/products/mail-stats.

  • Mail Stats is a collection of Notes databases. There are no .DLLs or .EXEs. No restart of your workstation or server will be needed after installing Mail Stats.
  • Mail Stats can be run on a server or a workstation. Select the server or workstation to install Mail Stats on.
  • Open MAILSTATSHELP.NSF and follow the instructions for setting up Mail Stats.
  • Contact support@helpsoft.com if you have problems or questions.

Trial Version Limitations

There is no time limit for the Mail Stats trial version. The trial version is fully functional, but Mail Stats Summaries, Mail Stats Details, and Message Finder will not report information for all messages found in MTSTORE. Mail Stats will report messages for users with names that start with the letters ‘A’ through ‘M’. Messages for users with names that start with the letters ‘N’ through ‘Z’ will not be reported with the trial version.

Version: 1.0.0

{
    "title": "Mail Stats (HelpSoft)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download files ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/mailstats.nsf", "to": "${directory}/mailstats/mailstats.nsf"},
            {"from": "${baseurl}/0/${docid}/$FILE/mailstatshelp.nsf", "to": "${directory}/mailstats/mailstatshelp.nsf"},
            {"from": "${baseurl}/0/${docid}/$FILE/mailstatslog.nsf", "to": "${directory}/mailstats/mailstatslog.nsf"},
            {"from": "${baseurl}/0/${docid}/$FILE/mailstatsresults.nsf", "to": "${directory}/mailstats/mailstatsresults.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign databases ---",
        "databases": [
             {
                "action": "update",
                "filePath": "mailstats/mailstats.nsf",
                "sign": true
              },
             {
                "action": "update",
                "filePath": "mailstats/mailstatshelp.nsf",
                "sign": true
              },
             {
                "action": "update",
                "filePath": "mailstats/mailstatslog.nsf",
                "sign": true
              },
             {
                "action": "update",
                "filePath": "mailstats/mailstatsresults.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Mail Stats (HelpSoft)", "Open MAILSTATSHELP.NSF and follow the instructions for setting up Mail Stats."]
    }

    ]
}