{"id":36993612,"url":"https://github.com/flagrow/mail-drivers","last_synced_at":"2026-01-13T23:45:48.413Z","repository":{"id":62505284,"uuid":"132288849","full_name":"flagrow/mail-drivers","owner":"flagrow","description":"Send email via Mailgun, Mandrill or SES api","archived":true,"fork":false,"pushed_at":"2018-12-07T22:22:51.000Z","size":99,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-27T20:48:44.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://discuss.flarum.org/d/11800-flagrow-mail-drivers-send-email-via-mailgun-mandrill-or-ses-api","language":"JavaScript","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/flagrow.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}},"created_at":"2018-05-05T22:22:33.000Z","updated_at":"2024-05-27T20:48:44.015Z","dependencies_parsed_at":"2022-11-02T12:45:27.866Z","dependency_job_id":null,"html_url":"https://github.com/flagrow/mail-drivers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/flagrow/mail-drivers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagrow%2Fmail-drivers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagrow%2Fmail-drivers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagrow%2Fmail-drivers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagrow%2Fmail-drivers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flagrow","download_url":"https://codeload.github.com/flagrow/mail-drivers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagrow%2Fmail-drivers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405300,"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":[],"created_at":"2026-01-13T23:45:48.349Z","updated_at":"2026-01-13T23:45:48.406Z","avatar_url":"https://github.com/flagrow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mail Drivers by ![Flagrow logo](https://avatars0.githubusercontent.com/u/16413865?v=3\u0026s=20) [Flagrow](https://discuss.flarum.org/d/1832-flagrow-extension-developer-group), a project of [Gravure](https://gravure.io/)\n\n[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/flagrow/mail-drivers/blob/master/LICENSE.md) [![Latest Stable Version](https://img.shields.io/packagist/v/flagrow/mail-drivers.svg)](https://packagist.org/packages/flagrow/mail-drivers) [![Total Downloads](https://img.shields.io/packagist/dt/flagrow/mail-drivers.svg)](https://packagist.org/packages/flagrow/mail-drivers) [![Join our Discord server](https://discordapp.com/api/guilds/240489109041315840/embed.png)](https://flagrow.io/join-discord)\n\nThis extension lets you use other mail drivers already included with the library Flarum uses for mail but which had no way to be configured by the forum owner.\n\nThe drivers are **Mailgun**, **Mandrill** and **Amazon SES**.\n\nThese drivers are API-based which means you can usually use them even if the host has blocked outbound SMTP.\n\n## Installation\n\nUse [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually:\n\n```bash\ncomposer require flagrow/mail-drivers\n```\n\n## Updating\n\n```bash\ncomposer update flagrow/mail-drivers\nphp flarum migrate\nphp flarum cache:clear\n```\n\n## Configuration\n\nOpen the extension settings to configure your driver credentials.\nAll the credentials are saved even if you don't enable the driver.\n\nClicking \"set the mail driver to ...\" will update your current \"driver\" setting from the Email tab.\nYou can go back to the SMTP driver by setting \"driver\" to \"smtp\" in the Email tab of the admin panel.\n\n**Disabling this extension won't automatically switch you back to SMTP !**\n\nMailgun and Mandrill will work out of the box.\nBefore configuring the SES driver you need to install the Amazon SDK with `composer require aws/aws-sdk-php:~3.0`.\n\n## Security\n\nIf you discover a security vulnerability within Mail Drivers, please send an email to the Gravure team at security@gravure.io. All security vulnerabilities will be promptly addressed.\n\nPlease include as many details as possible. You can use `php flarum info` to get the PHP, Flarum and extension versions installed.\n\n## Links\n\n- [Flarum Discuss post](https://discuss.flarum.org/d/11800-flagrow-mail-drivers-send-email-via-mailgun-mandrill-or-ses-api)\n- [Source code on GitHub](https://github.com/flagrow/mail-drivers)\n- [Report an issue](https://github.com/flagrow/mail-drivers/issues)\n- [Download via Packagist](https://packagist.org/packages/flagrow/mail-drivers)\n\nAn extension by [Flagrow](https://flagrow.io/), a project of [Gravure](https://gravure.io/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagrow%2Fmail-drivers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflagrow%2Fmail-drivers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagrow%2Fmail-drivers/lists"}