{"id":18587892,"url":"https://github.com/osmn-byhn/mail-send-api","last_synced_at":"2026-02-09T09:30:52.203Z","repository":{"id":274185896,"uuid":"922168160","full_name":"osmn-byhn/mail-send-api","owner":"osmn-byhn","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-25T14:04:17.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T15:18:22.409Z","etag":null,"topics":["docs","mail","mailsend","mailsender","project-completed"],"latest_commit_sha":null,"homepage":"https://mail-api.osmanbeyhan.com/","language":"HTML","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/osmn-byhn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-01-25T13:59:38.000Z","updated_at":"2025-01-25T14:09:18.000Z","dependencies_parsed_at":"2025-01-25T15:18:24.010Z","dependency_job_id":"533573db-aa73-4ce8-a9ef-1bd3dd5f6896","html_url":"https://github.com/osmn-byhn/mail-send-api","commit_stats":null,"previous_names":["osmn-byhn/mail-send-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmn-byhn%2Fmail-send-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmn-byhn%2Fmail-send-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmn-byhn%2Fmail-send-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmn-byhn%2Fmail-send-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osmn-byhn","download_url":"https://codeload.github.com/osmn-byhn/mail-send-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239340494,"owners_count":19622704,"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":["docs","mail","mailsend","mailsender","project-completed"],"created_at":"2024-11-07T00:44:01.163Z","updated_at":"2026-02-09T09:30:50.236Z","avatar_url":"https://github.com/osmn-byhn.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Send Email API\n\nThis API allows you to send emails using different email services like Gmail, Outlook, and Yandex. You can dynamically specify the email service, or if none is provided, it defaults to Gmail.\n\n## API Endpoint\n\n**URL:**  \n`https://mail-send-api2.onrender.com/send-email`\n\n**Method:**  \n`POST`\n\n## Request Body Parameters\n\n| Parameter  | Type    | Description                                                                                         | Required |\n|------------|---------|-----------------------------------------------------------------------------------------------------|----------|\n| `email`    | string  | Your email address                                                                                 | Yes      |\n| `password` | string  | Your email account's app password                                                                   | Yes      |\n| `to`       | string  | Recipient's email address                                                                            | Yes      |\n| `subject`  | string  | Subject of the email                                                                                 | Yes      |\n| `text`     | string  | Body of the email                                                                                   | Yes      |\n| `service`  | string  | (Optional) Email service provider (`gmail`, `outlook`, `yandex`). Defaults to `gmail` if not provided. | No       |\n\n## Example Usage\n\n### Sending an Email with Gmail (Default)\n\n```bash\ncurl -X POST https://mail-send-api2.onrender.com/send-email \\\n-H \"Content-Type: application/json\" \\\n-d '{\n  \"email\": \"your-email@gmail.com\",\n  \"password\": \"your-gmail-app-password\",\n  \"to\": \"send-to-email@mail.com\",\n  \"subject\": \"Subject\",\n  \"text\": \"message text\"\n}'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmn-byhn%2Fmail-send-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosmn-byhn%2Fmail-send-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmn-byhn%2Fmail-send-api/lists"}