{"id":20799885,"url":"https://github.com/action-pack/send-mail","last_synced_at":"2025-05-07T00:02:56.535Z","repository":{"id":227480903,"uuid":"755065869","full_name":"action-pack/send-mail","owner":"action-pack","description":"Action to send an email.","archived":false,"fork":false,"pushed_at":"2025-04-11T18:51:55.000Z","size":905,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T19:50:38.832Z","etag":null,"topics":["github","github-action","github-actions","github-workflow","github-workflows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/action-pack.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-09T11:21:01.000Z","updated_at":"2025-03-12T23:38:30.000Z","dependencies_parsed_at":"2024-03-13T15:29:01.586Z","dependency_job_id":"fa64c929-9c0b-4d83-9ac5-4c04b1371677","html_url":"https://github.com/action-pack/send-mail","commit_stats":null,"previous_names":["action-pack/send-mail"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-pack%2Fsend-mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-pack%2Fsend-mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-pack%2Fsend-mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-pack%2Fsend-mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/action-pack","download_url":"https://codeload.github.com/action-pack/send-mail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252788514,"owners_count":21804284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","github-action","github-actions","github-workflow","github-workflows"],"created_at":"2024-11-17T18:11:16.168Z","updated_at":"2025-05-07T00:02:56.516Z","avatar_url":"https://github.com/action-pack.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSend a mail\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \n  [![Build](https://github.com/action-pack/send-mail/actions/workflows/build.yml/badge.svg)](https://github.com/action-pack/send-mail/)\n  [![Version](https://img.shields.io/github/v/tag/action-pack/send-mail?label=version\u0026sort=semver\u0026color=066da5)](https://github.com/marketplace/actions/send-mail)\n  [![Size](https://img.shields.io/github/size/action-pack/send-mail/dist/index.js?branch=release/v1.09\u0026label=size\u0026color=066da5)](https://github.com/action-pack/send-mail/)\n  \n\u003c/div\u003e\u003c/h1\u003e\n\nAction to send an email.\n\n## Usage 🚀\n\n```yaml\n- name: Send a mail\n  uses: action-pack/send-mail@v1\n  with:\n    # Required connection URL:\n    connection_url: ${{secrets.MAIL_CONNECTION}}\n    # Examples:\n    #  * smtp://user:password@server:port\n    #  * smtp+starttls://user:password@server:port\n    # Required mail subject:\n    subject: Github Actions job result\n    # Required recipients' addresses:\n    to: obiwan@example.com,yoda@example.com\n    # Required sender full name (address can be skipped):\n    from: Luke Skywalker # \u003cuser@example.com\u003e\n    # Optional plain body:\n    body: Build job of ${{github.repository}} completed successfully!\n    # Optional HTML body read from file:\n    html_body: file://README.html\n    # Optional carbon copy recipients:\n    cc: kyloren@example.com,leia@example.com\n    # Optional blind carbon copy recipients:\n    bcc: r2d2@example.com,hansolo@example.com\n    # Optional recipient of the email response:\n    reply_to: luke@example.com\n    # Optional Message ID this message is replying to:\n    in_reply_to: \u003crandom-luke@example.com\u003e\n    # Optional unsigned/invalid certificates allowance:\n    ignore_cert: true\n    # Optional converting Markdown to HTML (set content_type to text/html too):\n    convert_markdown: true\n    # Optional attachments:\n    attachments: attachments.zip,git.diff,./dist/static/*.js\n    # Optional priority: 'high', 'normal' (default) or 'low'\n    priority: low\n    # Optional nodemailerlog: true/false\n    nodemailerlog: false\n    # Optional nodemailerdebug: true/false if true lognodem will also be set true\n    nodemailerdebug: false\n```\n\n## Troubleshooting ℹ️\n\n### Gmail\n\nInstead of using your normal Google password, use an App password.\n\n1. [Enable 2-Step Verification.](https://support.google.com/accounts/answer/185839?hl=en\u0026co=GENIE.Platform%3DAndroid).\nThis is needed to create an App password.\n2. [Create an App password](https://support.google.com/accounts/answer/185833?hl=en) for `Mail`.\n\n## Stars 🌟\n[![Stars](https://starchart.cc/action-pack/send-mail.svg?variant=adaptive)](https://starchart.cc/action-pack/send-mail)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faction-pack%2Fsend-mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faction-pack%2Fsend-mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faction-pack%2Fsend-mail/lists"}