{"id":28555917,"url":"https://github.com/roots/acorn-mail","last_synced_at":"2026-02-05T18:01:15.780Z","repository":{"id":228640747,"uuid":"738948818","full_name":"roots/acorn-mail","owner":"roots","description":"Simple WordPress SMTP using Acorn.","archived":false,"fork":false,"pushed_at":"2025-09-26T12:06:05.000Z","size":41,"stargazers_count":27,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-25T13:30:35.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/roots/acorn-mail","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/roots.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"roots"}},"created_at":"2024-01-04T12:23:41.000Z","updated_at":"2026-01-03T18:55:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b07ef29-4eca-429f-9aae-b64cdd17cfaa","html_url":"https://github.com/roots/acorn-mail","commit_stats":null,"previous_names":["roots/acorn-mail"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/roots/acorn-mail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roots%2Facorn-mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roots%2Facorn-mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roots%2Facorn-mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roots%2Facorn-mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roots","download_url":"https://codeload.github.com/roots/acorn-mail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roots%2Facorn-mail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T17:12:17.649Z","status":"ssl_error","status_checked_at":"2026-02-05T17:11:23.670Z","response_time":65,"last_error":"SSL_read: 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":"2025-06-10T06:08:15.565Z","updated_at":"2026-02-05T18:01:15.772Z","avatar_url":"https://github.com/roots.png","language":"PHP","funding_links":["https://github.com/sponsors/roots"],"categories":[],"sub_categories":[],"readme":"# Acorn Mail\n\n![Latest Stable Version](https://img.shields.io/packagist/v/roots/acorn-mail.svg?style=flat-square)\n![Total Downloads](https://img.shields.io/packagist/dt/roots/acorn-mail.svg?style=flat-square)\n![Build Status](https://img.shields.io/github/actions/workflow/status/roots/acorn-mail/main.yml?branch=main\u0026style=flat-square)\n\nAcorn Mail is a simple package handling WordPress SMTP using Acorn's mail configuration.\n\n## Requirements\n\n- [PHP](https://secure.php.net/manual/en/install.php) \u003e= 8.1\n- [Acorn](https://github.com/roots/acorn) \u003e= 3.0\n\n## Installation\n\nInstall via Composer:\n\n```sh\n$ composer require roots/acorn-mail\n```\n\n## Getting Started\n\nStart by optionally publishing Acorn's mail config:\n\n```sh\n$ wp acorn mail:config\n```\n\nSMTP credentials can be found in the published `mail.php` config file and default to environment variables.\n\n## Usage\n\nFor most configurations, you can simply set the following variables in your environment:\n\n```env\nMAIL_HOST=\nMAIL_PORT=\nMAIL_USERNAME=\nMAIL_PASSWORD=\nMAIL_FROM_ADDRESS=\nMAIL_FROM_NAME=\n```\n\nIf you need to change the default encryption from `tls`, you can set the encryption variable:\n\n```env\nMAIL_ENCRYPTION=ssl\n```\n\nOnce the credentials are properly configured, you can send a test email using Acorn's CLI:\n\n```sh\n$ wp acorn mail:test [--to=] [--subject=] [--body=]\n```\n\nYou can customize the test email subject and body:\n\n```sh\n# Test with custom subject and body\n$ wp acorn mail:test --subject=\"Deploy Test\" --body=\"Deployment successful\"\n\n# Test with custom recipient\n$ wp acorn mail:test --to=admin@example.com\n```\n\nIf any errors are detected, they will be printed to console.\n\n## Bug Reports\n\nIf you discover a bug in Acorn Mail, please [open an issue](https://github.com/roots/acorn-mail/issues).\n\n## Contributing\n\nContributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.\n\n## License\n\nAcorn Mail is provided under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froots%2Facorn-mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froots%2Facorn-mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froots%2Facorn-mail/lists"}