GitHub user dosubot[bot] added a comment to the discussion: Ability to send HTML-formatted reports by email
<!-- Answer --> Superset can send HTML-formatted emails with rich content like tables, links, and inline images, and you can configure reports to be delivered "inline" (embedded in the email body) rather than as attachments. However, for dashboards, Superset does not embed the full interactive dashboard as HTML in the email body. Instead, it sends a screenshot of the dashboard (as an inline image) or a table of data, not the actual dashboard layout or widgets as HTML. This is due to how Superset's Alerts & Reports feature is implemented, relying on a headless browser to capture and send static images of dashboards rather than rendering the dashboard's HTML structure in the email body [reference](https://github.com/apache/superset/pull/34908). If you want to include formatted tables or descriptions, those will appear as HTML in the email body, but the dashboard itself will not be interactive or fully rendered as HTML. There is currently no built-in support for sending the actual dashboard HTML structure directly in the email body [reference](https://github.com/apache/superset/blob/master/superset/reports/notifications/email.py). If you need more technical details or want to explore custom solutions, let me know! <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/bb68aebd-9b05-4e79-ac29-32d908ffa575?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/bb68aebd-9b05-4e79-ac29-32d908ffa575?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/bb68aebd-9b05-4e79-ac29-32d908ffa575?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/bb68aebd-9b05-4e79-ac29-32d908ffa575?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/bb68aebd-9b05-4e79-ac29-32d908ffa575?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/bb68aebd-9b05-4e79-ac29-32d908ffa575?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/bb68aebd-9b05-4e79-ac29-32d908ffa575?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35593) GitHub link: https://github.com/apache/superset/discussions/35593#discussioncomment-14642948 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
