{"id":16184348,"url":"https://github.com/mattmezza/php-mail-msg","last_synced_at":"2025-09-08T20:34:06.446Z","repository":{"id":62525298,"uuid":"74059846","full_name":"mattmezza/php-mail-msg","owner":"mattmezza","description":"Need to send an email from your webserver's MTA using the mail() function?? ","archived":false,"fork":false,"pushed_at":"2016-11-17T19:57:59.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T20:48:00.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mattmezza.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":"2016-11-17T19:23:47.000Z","updated_at":"2016-11-17T19:40:25.000Z","dependencies_parsed_at":"2022-11-02T14:15:40.906Z","dependency_job_id":null,"html_url":"https://github.com/mattmezza/php-mail-msg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mattmezza/php-mail-msg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fphp-mail-msg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fphp-mail-msg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fphp-mail-msg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fphp-mail-msg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmezza","download_url":"https://codeload.github.com/mattmezza/php-mail-msg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fphp-mail-msg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231507,"owners_count":25245601,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-10T07:09:54.932Z","updated_at":"2025-09-08T20:34:06.388Z","avatar_url":"https://github.com/mattmezza.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mail-msg\nNeed to send an email from your webserver's MTA using the mail() function??\n\n[![Build Status](https://travis-ci.org/mattmezza/php-mail-msg.svg?branch=master)](https://travis-ci.org/mattmezza/php-mail-msg)\n\n----\n\n`composer require mattmezza/php-mail-msg`\n\n```php\n$mail = new PHPMailMsg\\Mail($to, $subject, $body, $replyTo, $from); //you can specify a $mailer as last param\nif($mail-\u003esend()) {\n  //mail msg has been sent\n} else {\n  // Ooopss\n}\n```\n\nThe library uses the default `mail(...)` function and has been made with demonstration purposes.\n\n\nMatteo Merola \u003cmattmezza@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Fphp-mail-msg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmezza%2Fphp-mail-msg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Fphp-mail-msg/lists"}