{"id":16233792,"url":"https://github.com/genietim/msft-graph-mailer","last_synced_at":"2026-01-18T18:02:11.783Z","repository":{"id":219616608,"uuid":"749449728","full_name":"GenieTim/msft-graph-mailer","owner":"GenieTim","description":"A mailer for Symfony to send mails using Microsoft Graph (i.e., send Office 365/Outlook/Exchange E-Mails)","archived":false,"fork":false,"pushed_at":"2025-10-19T20:05:09.000Z","size":78,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T11:03:44.848Z","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/GenieTim.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,"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}},"created_at":"2024-01-28T16:13:17.000Z","updated_at":"2025-10-19T20:02:58.000Z","dependencies_parsed_at":"2024-02-23T21:33:18.508Z","dependency_job_id":"d76064f9-047c-43c4-878a-dd210fe4c3f8","html_url":"https://github.com/GenieTim/msft-graph-mailer","commit_stats":null,"previous_names":["genietim/msft-graph-mailer"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/GenieTim/msft-graph-mailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fmsft-graph-mailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fmsft-graph-mailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fmsft-graph-mailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fmsft-graph-mailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenieTim","download_url":"https://codeload.github.com/GenieTim/msft-graph-mailer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenieTim%2Fmsft-graph-mailer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28547004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"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":"2024-10-10T13:13:56.416Z","updated_at":"2026-01-18T18:02:11.763Z","avatar_url":"https://github.com/GenieTim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# msft-graph-mailer\n\nA mailer for Symfony to send mails using Microsoft Graph (i.e., send Office 365/Outlook/Exchange E-Mails)\n\n## Installation\n\nSimply install using Composer:\n\n```bash\ncomposer require bernhardwebstudio/msft-graph-mailer\n```\n\n## Configuration\n\nYou need to tell Symfony that this is a mail transport:\n\n```yaml\n# services.yaml\nservices:\n  mailer.transport_factory.msftgraph:\n    class: BernhardWebstudio\\Mailer\\Bridge\\MsftGraphMailer\\Transport\\MsftGraphTransportFactory\n    parent: mailer.transport_factory.abstract\n    tags:\n      - { name: \"mailer.transport_factory\" }\n```\n\nFinally, you need to configure the mailer bundle to use this transport,\ne.g. using an ENV variable like\n\n```bash\nMAILER_DSN=msft+graph://{client-id}:{client-secret}@outlook.com?saveToSent=1\u0026tenant={tenant-id}\n```\n\nwhere you replace all the values in `{}` with your own values from your active directory.\n\nThe `tenant` and `saveToSent` options are optional.\n\n## Usage\n\nIf you set the configuration correctly, that's all, you can simply use the Symfony mailer\nand you will be sending the E-Mails using the Microsoft Graph API.\n\nPlease note that this transport does not support all types of E-Mail messages in its best form.\nPlease contribute if you understand enough about MIME and Microsoft Graph to fix this.\n\nAdditionally, Microsoft imposes restrictions on the sender E-Mail you can use.\nSimply be aware of that when setting the `From` of the E-Mail, please, if you want to prevent errors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenietim%2Fmsft-graph-mailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenietim%2Fmsft-graph-mailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenietim%2Fmsft-graph-mailer/lists"}