send-email

Send HTML email notifications via an Azure Logic App HTTP trigger.

1|2|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/chagong/IssueLens --skill send-email-chagong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-email
Source: https://github.com/chagong/IssueLens/tree/main/.github/skills/send-email
Command: npx skills add https://github.com/chagong/IssueLens --skill send-email-chagong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the sending of well-formatted HTML emails to specified recipients, streamlining communication and report distribution.

Core Features & Use Cases

  • HTML Email Generation: Constructs emails with custom content, titles, and timeframes.
  • Automated Notifications: Integrates with Azure Logic Apps for reliable email delivery.
  • Use Case: Automatically send a daily summary report of system performance to a distribution list via email.

Quick Start

Send the provided content to [email protected] with the subject 'Daily Report'.

Frequently Asked Questions about send-email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send HTML email notifications through an Azure Logic App?

To send HTML email notifications through an Azure Logic App, you configure a MAILING_URL environment variable pointing to your Logic App HTTP trigger, then pass custom content, titles, and recipient addresses to the Skill for delivery.

Can I automate daily report distribution via email using Azure Logic Apps?

Yes, you can automate daily report distribution by passing your generated report content, a specified timeframe, and target recipients to the Azure Logic App trigger, which then handles the formatted email delivery.

Do I need a specific environment variable setup to send emails via Azure Logic App?

Yes, you must configure a MAILING_URL environment variable with your Azure Logic App endpoint address before initiating any email sending tasks, as this URL acts as the required HTTP trigger target.

What custom parameters can I include when sending automated emails via Azure Logic Apps?

When sending automated emails via Azure Logic Apps, you can specify custom HTML content, email titles, specific recipient addresses, and timeframes to tailor the notification or report distribution to your needs.

What's the best way to trigger formatted email notifications from an automated workflow?

The best way to trigger formatted email notifications from an automated workflow is to use an Azure Logic App HTTP trigger, which reliably processes custom HTML content and recipient lists passed from your upstream processes.

Why are my Azure Logic App emails not sending from the workflow?

Azure Logic App emails may fail to send if the required MAILING_URL environment variable is missing or incorrectly configured, preventing the HTTP trigger from receiving the custom content and recipient data needed for delivery.