{"id":37000171,"url":"https://github.com/perfectwebteam/craft-mailchimp-transactional","last_synced_at":"2026-01-14T00:01:22.544Z","repository":{"id":42629680,"uuid":"448023608","full_name":"perfectwebteam/craft-mailchimp-transactional","owner":"perfectwebteam","description":"Mailchimp Transactional mailer adapter for Craft CMS.","archived":false,"fork":false,"pushed_at":"2025-02-14T09:00:32.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-11-20T03:22:35.268Z","etag":null,"topics":["craft-plugin","craft3","craftcms","mailchimp","mailchimp-api-v3","mailchimp-php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/perfectwebteam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-01-14T15:55:35.000Z","updated_at":"2025-02-14T08:56:50.000Z","dependencies_parsed_at":"2025-02-14T09:23:23.646Z","dependency_job_id":"b1685ba1-e15f-4e9c-8851-01964281f877","html_url":"https://github.com/perfectwebteam/craft-mailchimp-transactional","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.125,"last_synced_commit":"e4d49e8c86fd226bff53033b73a8a30e17005cdf"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/perfectwebteam/craft-mailchimp-transactional","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfectwebteam%2Fcraft-mailchimp-transactional","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfectwebteam%2Fcraft-mailchimp-transactional/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfectwebteam%2Fcraft-mailchimp-transactional/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfectwebteam%2Fcraft-mailchimp-transactional/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perfectwebteam","download_url":"https://codeload.github.com/perfectwebteam/craft-mailchimp-transactional/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfectwebteam%2Fcraft-mailchimp-transactional/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["craft-plugin","craft3","craftcms","mailchimp","mailchimp-api-v3","mailchimp-php"],"created_at":"2026-01-14T00:01:21.850Z","updated_at":"2026-01-14T00:01:22.492Z","avatar_url":"https://github.com/perfectwebteam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"./src/icon.svg\" width=\"100\" height=\"100\" alt=\"Mailchimp Transactional icon\"\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eMailchimp Transactional for Craft CMS\u003c/h1\u003e\n\nThis plugin provides a [Mailchimp Transactional](https://mailchimp.com/features/transactional-email/) integration for [Craft CMS](https://craftcms.com/).\n\n## Requirements\n\nThis plugin requires Craft CMS 4.0.0+ or 5.0.0+.\n\n## Installation\n\nYou can install this plugin from the Plugin Store or with Composer.\n\n#### From the Plugin Store\n\nGo to the Plugin Store in your project’s Control Panel and search for “Mailchimp Transactional”. Then click on the “Install” button in its modal window.\n\n#### With Composer\n\nOpen your terminal and run the following commands:\n\n```bash\n# go to the project directory\ncd /path/to/my-project.test\n\n# tell Composer to load the plugin\ncomposer require perfectwebteam/craft-mailchimp-transactional\n\n# tell Craft to install the plugin\n./craft install/plugin craft-mailchimp-transactional\n```\n\n## Setup\n\nOnce Mailchimp Transactional is installed:\n\n1. Go to **Settings** → **Email**.\n2. Make sure that the **System Email Address** is set to an email for which the domain is a verified [Sending Domain](https://mandrillapp.com/settings/sending-domains). \n3. Change the **Transport Type** setting to **Mailchimp Transactional**.\n4. Enter your **API Key** from the Mailchimp Transactional [Settings](https://mandrillapp.com/settings) page.\n5. Optionally set the **Subaccount** from the Mailchimp Transactional [Subaccounts](https://mandrillapp.com/subaccounts) page.\n6. Optionally set the **Template Slug** from the Mailchimp Transactional [Templates](https://mandrillapp.com/templates) page.\n7. Click **Save**.\n\n\u003e **Tip:** The API Key, Subaccount and Template Slug settings can be set using environment variables. See [Environmental Configuration](https://craftcms.com/docs/3.x/config/#environmental-configuration) in the Craft docs to learn more about that.\n\n### Custom Return-Path\nRegister Return-Path domains in Mandrill: https://mandrillapp.com/settings/tracking-domains to allow for a custom Return-Path as described here: https://mailchimp.com/developer/transactional/docs/authentication-delivery/#custom-return-path-domains\n\nConfigure the Return-Path via your `config/mailchimp-transactional.php` config file by adding:\n```php\n\u003c?php\n\nreturn [\n\t'returnPaths' =\u003e [\n\t\t'domain.com' =\u003e 'mandrill.domain.com'\n\t]\n];\n```\n\nBrought to you by [Perfect Web Team](https://perfectwebteam.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfectwebteam%2Fcraft-mailchimp-transactional","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperfectwebteam%2Fcraft-mailchimp-transactional","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfectwebteam%2Fcraft-mailchimp-transactional/lists"}