{"id":41152054,"url":"https://github.com/codemonstur/smtpclient","last_synced_at":"2026-01-22T19:07:18.784Z","repository":{"id":62119728,"uuid":"557987868","full_name":"codemonstur/smtpclient","owner":"codemonstur","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-27T20:10:40.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-28T05:52:09.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/codemonstur.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":"2022-10-26T17:22:12.000Z","updated_at":"2024-05-27T20:10:44.000Z","dependencies_parsed_at":"2024-05-27T23:53:08.510Z","dependency_job_id":null,"html_url":"https://github.com/codemonstur/smtpclient","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/codemonstur/smtpclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonstur%2Fsmtpclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonstur%2Fsmtpclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonstur%2Fsmtpclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonstur%2Fsmtpclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemonstur","download_url":"https://codeload.github.com/codemonstur/smtpclient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonstur%2Fsmtpclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28668890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-22T19:04:59.186Z","updated_at":"2026-01-22T19:07:18.774Z","avatar_url":"https://github.com/codemonstur.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![GitHub Release](https://img.shields.io/github/release/codemonstur/smtpclient.svg)](https://github.com/codemonstur/smtpclient/releases)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.codemonstur/smtpclient/badge.svg)](http://mvnrepository.com/artifact/com.github.codemonstur/smtpclient)\n[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)\n\n# An SMTP client\n\nCharacteristics:\n- Single dependency: javax.mail\n- Pure Java\n- Can deliver email directly to the Mail Exchanger of the recipient\n  - So you dont need to configure a mail server to send email\n- Small\n\n## Code Example\n\n    newSmtpCall()\n        .sender(\"John Doe\", \"johndoe@test.com\")\n        .recipient(\"Mary Jane\", \"mary-jane@gmail.com\")\n        .subject(\"A test subject\")\n        .addBodyText(\"Just a test message\", UTF_8)\n        .send();\n\nIt's in Maven Central:\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.codemonstur\u003c/groupId\u003e\n        \u003cartifactId\u003esmtpclient\u003c/artifactId\u003e\n        \u003cversion\u003e1.0.1\u003c/version\u003e\n    \u003c/dependency\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonstur%2Fsmtpclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemonstur%2Fsmtpclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonstur%2Fsmtpclient/lists"}