Alerts & Report format in Mail body

We have implemented summary report in Metabase with Alert every Monday Morning to specific set of people.

Everything works fine, we also get attached report format in excel file.

As summary report is having lot of columns (with 2 rows) in it, because of this format doesn't looks good in mail body.

Is there anything we can have it to solve this ?
We have already asked client to open excel and look at the data, as report goes to management, save & then open file is not the option they want to go for.

MetabaseReportMailBody

Hi @manish.joisar
Post "Diagnostic Info" from Admin > Troubleshooting.

Thanks Flamber for quick reply.

{
  "browser-info": {
    "language": "en-GB",
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.17+8",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "11.0.17",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.17+8",
    "os.name": "Linux",
    "os.version": "4.9.43-17.38.amzn1.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "postgres"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "12.11"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.5.0"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2022-12-07",
      "tag": "v0.45.1",
      "branch": "release-x.45.x",
      "hash": "019d31c"
    },
    "settings": {
      "report-timezone": null
    }
  }
}

@manish.joisar Some email clients handles wrapping differently, which can cause some issues like:
https://github.com/metabase/metabase/issues/25215 - upvote by clicking :+1: on the first post

Thanks Flamber for your reply.

Any workaround or temp solution?

@manish.joisar I don't think so, since it's difficult to know the quirks of all email clients. Open the attachments instead.

1 Like