{"id":20541762,"url":"https://github.com/hivesolutions/mailme-api","last_synced_at":"2026-02-15T16:05:51.559Z","repository":{"id":64280501,"uuid":"51246638","full_name":"hivesolutions/mailme-api","owner":"hivesolutions","description":"API Python client for the Mailme service","archived":false,"fork":false,"pushed_at":"2025-03-04T20:56:44.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-26T20:31:03.820Z","etag":null,"topics":["api","client","mailme","python","rest"],"latest_commit_sha":null,"homepage":"http://mailme-api.hive.pt","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hivesolutions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-02-07T12:22:43.000Z","updated_at":"2025-03-04T20:56:47.000Z","dependencies_parsed_at":"2024-04-26T18:28:37.677Z","dependency_job_id":"948d4f60-38b5-4e3d-840c-3a69b796d27c","html_url":"https://github.com/hivesolutions/mailme-api","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/hivesolutions/mailme-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fmailme-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fmailme-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fmailme-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fmailme-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hivesolutions","download_url":"https://codeload.github.com/hivesolutions/mailme-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fmailme-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29483397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","client","mailme","python","rest"],"created_at":"2024-11-16T01:26:00.470Z","updated_at":"2026-02-15T16:05:51.541Z","avatar_url":"https://github.com/hivesolutions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Mailme API](http://mailme-api.hive.pt)\n\n**Mailme API is a Python client library that provides a simple and convenient interface for interacting with the Mailme email gateway service.** With this client, developers can seamlessly send emails, manage recipients, and integrate [Mailme](http://mailme.hive.pt) into their Python-based applications with minimal setup.\n\n## Description\n\nMailme API simplifies the process of sending emails programmatically by offering a Python-based interface to the [Mailme](http://mailme.hive.pt) service. It abstracts the underlying HTTP API into a Pythonic syntax, making it easier to implement and integrate email-sending functionality into your projects.\n\nThe library supports key features of the [Mailme](http://mailme.hive.pt) service, such as:\n\n- **Authentication**: Secure your requests with a secret API key.\n- **Customizable Email Content**: Define recipients, subject lines, and HTML or plain text email content.\n- **Environment Variable Configuration**: Easily manage settings through environment variables for flexibility across different deployment environments.\n- **Streamlined Email Sending**: Quickly send emails with minimal boilerplate code.\n\nThis API client is particularly useful for Python developers who need a reliable way to send notifications, reports, or other automated emails without diving into the complexities of SMTP servers or manual REST API calls.\n\n### Key Benefits\n\n- **Ease of Use**: A straightforward interface for sending emails with a few lines of code.\n- **Flexibility**: Supports customizable email parameters, including multiple recipients and formatted content.\n- **Seamless Integration**: Designed to fit naturally into Python applications and scripts.\n- **Open Source**: Fully open-sourced under the Apache License 2.0, encouraging collaboration and contributions.\n\n## Configuration\n\n| Name                | Type  | Default                          | Description                                             |\n| ------------------- | ----- | -------------------------------- | ------------------------------------------------------- |\n| **MAILME_BASE_URL** | `str` | `https://mailme.bemisc.com/api/` | The base URL for the Mailme API requests.               |\n| **MAILME_KEY**      | `str` | `None`                           | The secret key to be used to authenticate API requests. |\n\n## Installation\n\n```bash\npip install mailme-api\n```\n\n## Usage\n\n```bash\nRECEIVERS=\"receiver@domain.com\" \\\nCONTENTS=\"Hello World\" \\\npython -m mailme.scripts.sender\n```\n\n## License\n\nMailme API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).\n\n## Build Automation\n\n[![Build Status](https://github.com/hivesolutions/mailme-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/mailme-api/actions)\n[![Coverage Status](https://coveralls.io/repos/hivesolutions/mailme-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/mailme-api?branch=master)\n[![PyPi Status](https://img.shields.io/pypi/v/mailme-api.svg)](https://pypi.python.org/pypi/mailme-api)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivesolutions%2Fmailme-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhivesolutions%2Fmailme-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivesolutions%2Fmailme-api/lists"}