{"id":17466606,"url":"https://github.com/liammartens/resend-client-rs","last_synced_at":"2025-04-04T19:49:01.578Z","repository":{"id":208146397,"uuid":"720898344","full_name":"LiamMartens/resend-client-rs","owner":"LiamMartens","description":"Basic port of Resend client for sending emails (main logic ported from Go SDK)","archived":false,"fork":false,"pushed_at":"2023-11-20T02:13:10.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-10T07:36:57.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/LiamMartens.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":"2023-11-19T23:09:26.000Z","updated_at":"2023-11-19T23:10:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c7060b2-494d-476b-a9da-8160e091286e","html_url":"https://github.com/LiamMartens/resend-client-rs","commit_stats":null,"previous_names":["liammartens/resend-client-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamMartens%2Fresend-client-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamMartens%2Fresend-client-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamMartens%2Fresend-client-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiamMartens%2Fresend-client-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiamMartens","download_url":"https://codeload.github.com/LiamMartens/resend-client-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247241033,"owners_count":20906923,"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":[],"created_at":"2024-10-18T13:56:34.727Z","updated_at":"2025-04-04T19:49:01.547Z","avatar_url":"https://github.com/LiamMartens.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# resend-client-rs\n\n[![crates.io](https://img.shields.io/crates/v/resend-client-rs.svg)](https://crates.io/crates/resend-client-rs)\n[![Released API docs](https://docs.rs/resend-client-rs/badge.svg)](https://docs.rs/resend-client-rs)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\nClient for sending emails with Resend. Main logic ported from official [Go library](https://github.com/resendlabs/resend-go).\n\nThis library is more complete than other available options since it includes the domain endpoints.\n\n## Installation\n\n`cargo add resend-client-rs`\n\n## Usage\n\n```rust\nuse resend_client_rs::Client;\n\nlet client = Client::new(\"API_KEY\");\nlet result = client.email_service.send(\u0026SendEmailRequest {\n    subject: \"My subject\".to_string(),\n    from: \"from@domain.com\".to_string(),\n    to: vec![\"to@domain.com\".to_string()],\n    cc: None,\n    bcc: None,\n    reply_to: None,\n    html: None,\n    text: None,\n    tags: None,\n    attachments: None,\n    headers: None,\n}).await;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliammartens%2Fresend-client-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliammartens%2Fresend-client-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliammartens%2Fresend-client-rs/lists"}