{"id":19572347,"url":"https://github.com/linjunpop/bamboo_sendcloud","last_synced_at":"2025-04-27T03:32:59.876Z","repository":{"id":57479279,"uuid":"86020121","full_name":"linjunpop/bamboo_sendcloud","owner":"linjunpop","description":"🎍 A Sendcloud adapter for the Bamboo.","archived":false,"fork":false,"pushed_at":"2018-01-27T08:32:55.000Z","size":26,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T08:40:44.320Z","etag":null,"topics":["bamboo","elixir","email","sendcloud"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/bamboo_sendcloud","language":"Elixir","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/linjunpop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-24T02:47:13.000Z","updated_at":"2022-09-02T03:41:51.000Z","dependencies_parsed_at":"2022-09-17T04:51:14.104Z","dependency_job_id":null,"html_url":"https://github.com/linjunpop/bamboo_sendcloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Fbamboo_sendcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Fbamboo_sendcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Fbamboo_sendcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Fbamboo_sendcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linjunpop","download_url":"https://codeload.github.com/linjunpop/bamboo_sendcloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251085144,"owners_count":21533821,"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":["bamboo","elixir","email","sendcloud"],"created_at":"2024-11-11T06:26:00.228Z","updated_at":"2025-04-27T03:32:56.106Z","avatar_url":"https://github.com/linjunpop.png","language":"Elixir","readme":"# Bamboo.SendcloudAdapter\n\nA [Sendcloud](https://www.sendcloud.net) adapter for the [Bamboo](https://github.com/thoughtbot/bamboo).\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `bamboo_sendcloud` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:bamboo_sendcloud, \"~\u003e 0.2.0\"}]\nend\n```\n\nIn `config/config.exs`, or `config.prod.exs`, etc.\n\n```elixir\nconfig :my_app, MyApp.Mailer,\n  adapter: Bamboo.SendcloudAdapter,\n  api_user: \"my_api_user\",\n  api_key: \"my_api_key\"\n```\n\n## Usage\n\n### Send standard email\n\n```elixir\nimport Bamboo.Email\n\nemail =\n  new_email()\n  |\u003e from({\"Bender\", \"notify@send1.example.com\"})\n  |\u003e to(user)\n  |\u003e subject(\"Welcome!\")\n  |\u003e text_body(\"Welcome to the app\")\n  |\u003e html_body(\"\u003cstrong\u003eWelcome to the app\u003c/strong\u003e\")\n```\n\n### Send template email\n\n```elixir\nimport Bamboo.Email\n\nemail =\n  new_email()\n  |\u003e from({\"Bender\", \"notify@send1.example.com\"})\n  |\u003e to(user)\n  |\u003e SendcloudHelper.template(\"reset_password\", %{\"%link%\" =\u003e [reset_password_link]})\n```\n\n## Docs\n\n[https://hexdocs.pm/bamboo_sendcloud](https://hexdocs.pm/bamboo_sendcloud).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinjunpop%2Fbamboo_sendcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinjunpop%2Fbamboo_sendcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinjunpop%2Fbamboo_sendcloud/lists"}