{"id":33962945,"url":"https://github.com/ossinkine/swiftmailer-punycode-plugin","last_synced_at":"2026-04-01T20:45:33.225Z","repository":{"id":57033493,"uuid":"117854112","full_name":"ossinkine/swiftmailer-punycode-plugin","owner":"ossinkine","description":"🗿 Swiftmailer plugin to convert domain in email addresses to punycode","archived":false,"fork":false,"pushed_at":"2018-09-11T11:01:19.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-14T10:53:47.194Z","etag":null,"topics":["punycode","swiftmailer","swiftmailer-plugin"],"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/ossinkine.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}},"created_at":"2018-01-17T15:23:36.000Z","updated_at":"2023-05-17T07:19:18.000Z","dependencies_parsed_at":"2022-08-24T00:31:11.010Z","dependency_job_id":null,"html_url":"https://github.com/ossinkine/swiftmailer-punycode-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ossinkine/swiftmailer-punycode-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossinkine%2Fswiftmailer-punycode-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossinkine%2Fswiftmailer-punycode-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossinkine%2Fswiftmailer-punycode-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossinkine%2Fswiftmailer-punycode-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ossinkine","download_url":"https://codeload.github.com/ossinkine/swiftmailer-punycode-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossinkine%2Fswiftmailer-punycode-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":["punycode","swiftmailer","swiftmailer-plugin"],"created_at":"2025-12-12T22:18:37.202Z","updated_at":"2026-04-01T20:45:33.205Z","avatar_url":"https://github.com/ossinkine.png","language":"PHP","readme":"# Swiftmailer Punycode Plugin\n\n[![Build Status](https://travis-ci.org/ossinkine/swiftmailer-punycode-plugin.svg?branch=master)](https://travis-ci.org/ossinkine/swiftmailer-punycode-plugin)\n\nSwiftmailer plugin to convert domain in email addresses to punycode.\n\n## Installation\n\n```bash\ncomposer require ossinkine/swiftmailer-punycode-plugin\n```\n\n## Usage\n\nCreate and register a plugin instance when you setup a `Swift_Mailer` instance.\n\n```php\nuse Ossinkine\\Swift\\Plugin\\PunycodePlugin;\n\n// Create the Mailer using any Transport\n$mailer = new Swift_Mailer(\n  new Swift_SmtpTransport('smtp.example.org', 25)\n);\n\n// Register the plugin\n$mailer-\u003eregisterPlugin(new PunycodePlugin());\n```\n\nNow you can send an email to an address with Unicode-encoded domain.\n\n```php\n// Create a message with Unicode-encoded receiver address\n$message = (new Swift_Message())\n  -\u003esetTo(['receiver@bücher.tld'])\n;\n// Send the message\n$mailer-\u003esend($message);\n```\n\n## Usage with Symfony\n\nJust register a service with a `swiftmailer.default.plugin` tag in your `services.yml`.\n\n```yaml\nOssinkine\\Swift\\Plugin\\PunycodePlugin:\n    tags: [swiftmailer.default.plugin]\n```\n\n## License\n\n[Swiftmailer Punycode Plugin](https://github.com/ossinkine/swiftmailer-punycode-plugin) is licensed under the [MIT license](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossinkine%2Fswiftmailer-punycode-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fossinkine%2Fswiftmailer-punycode-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossinkine%2Fswiftmailer-punycode-plugin/lists"}