Skip to content

Add mail.smtp_server to usage ping data

What does this MR do?

It sends the value of the smtp server that is used by the instance along with the usage ping data.

The usage ping payload will include the mail -> smtp_server node:

    "database": {
        "adapter": "postgresql",
        "version": "11.7"
    },
    "mail": {
        "smtp_server": "email.server.com"
    },
    "avg_cycle_analytics": {
        "issue": {
            "average": null,
            "sd": 0,

Line 277 was added to the Event Dictionary.

Issue: #238111 (closed)

Edited by Alex Buijs

Merge request reports