{"id":27939559,"url":"https://github.com/devandreacarratta/devandreacarrattait.mailgun","last_synced_at":"2025-05-07T09:55:02.099Z","repository":{"id":38058659,"uuid":"203649417","full_name":"devandreacarratta/DevAndreaCarrattaIT.MailGun","owner":"devandreacarratta","description":"Azure Function (HTTP Trigger - post) Send mail via MailGun","archived":false,"fork":false,"pushed_at":"2022-12-08T02:04:33.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-06T07:17:39.480Z","etag":null,"topics":["azure-functions","c-sharp","emai","mail","mailgun","netcore2","postman"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devandreacarratta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/DevdiCarrattaAndrea","https://amzn.to/2ZmwyHh","https://www.buymeacoffee.com/andreacarratta"]}},"created_at":"2019-08-21T19:16:03.000Z","updated_at":"2020-12-14T19:13:05.000Z","dependencies_parsed_at":"2023-01-25T03:00:53.760Z","dependency_job_id":null,"html_url":"https://github.com/devandreacarratta/DevAndreaCarrattaIT.MailGun","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devandreacarratta%2FDevAndreaCarrattaIT.MailGun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devandreacarratta%2FDevAndreaCarrattaIT.MailGun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devandreacarratta%2FDevAndreaCarrattaIT.MailGun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devandreacarratta%2FDevAndreaCarrattaIT.MailGun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devandreacarratta","download_url":"https://codeload.github.com/devandreacarratta/DevAndreaCarrattaIT.MailGun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252856425,"owners_count":21814853,"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","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":["azure-functions","c-sharp","emai","mail","mailgun","netcore2","postman"],"created_at":"2025-05-07T09:55:01.487Z","updated_at":"2025-05-07T09:55:02.094Z","avatar_url":"https://github.com/devandreacarratta.png","language":"C#","funding_links":["https://paypal.me/DevdiCarrattaAndrea","https://amzn.to/2ZmwyHh","https://www.buymeacoffee.com/andreacarratta"],"categories":[],"sub_categories":[],"readme":"# DevAndreaCarrattaIT.MailGun\n\n## local.setting.json\n```json\n{\n\t\"IsEncrypted\": false,\n\t\"Values\": {\n\t\t\"AzureWebJobsStorage\": \"UseDevelopmentStorage=true\",\n\t\t\"FUNCTIONS_WORKER_RUNTIME\": \"dotnet\",\n\t\t\"DEVAndreaCarratta.MailGun.BaseUri\": \"https://api.eu.mailgun.net/v3/\",\n\t\t\"DEVAndreaCarratta.MailGun.Api\": \"\u003cAdd your MailGun.Api\u003e\",\n\t\t\"DEVAndreaCarratta.MailGun.Domain\": \"\u003cAdd your MailGun.Api - ex mg.blablabla.fake\u003e\",\n\t\t\"DEVAndreaCarratta.MailGun.Expression\": \"\u003cAdd your MailGun.Expression\u003e\",\n\t\t\"DEVAndreaCarratta.MailGun.AddHeaderNativeSend\": \"\u003cAdd your MailGun.AddHeaderNativeSend\u003e\",\n\t\t\"DEVAndreaCarratta.MailGun.FromMail\": \"\u003cAdd your MailGun Mail From address\u003e\",\n\t\t\"DEVAndreaCarratta.MailGun.FromName\": \"\u003cAdd your MailGun Mail From Name\u003e\"\n\t}\n}\n```\n\n## postman request\n\n```json\n{\n\t\"info\": {\n\t\t\"_postman_id\": \"2c8bdb56-36e6-4e23-802a-f9ba5bd9710b\",\n\t\t\"name\": \"DevAndreaCarrattaIT.MailGun\",\n\t\t\"schema\": \"https://schema.getpostman.com/json/collection/v2.1.0/collection.json\"\n\t},\n\t\"item\": [\n\t\t{\n\t\t\t\"name\": \"DevAndreaCarrattaIT.MailGun.Send\",\n\t\t\t\"protocolProfileBehavior\": {\n\t\t\t\t\"disableBodyPruning\": true\n\t\t\t},\n\t\t\t\"request\": {\n\t\t\t\t\"method\": \"POST\",\n\t\t\t\t\"header\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"key\": \"Content-Type\",\n\t\t\t\t\t\t\"name\": \"Content-Type\",\n\t\t\t\t\t\t\"value\": \"application/json\",\n\t\t\t\t\t\t\"type\": \"text\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"body\": {\n\t\t\t\t\t\"mode\": \"raw\",\n\t\t\t\t\t\"raw\": \"{\\n\\\"Subject\\\":\\\"Test Mail Subject\\\",\\n\\\"Text\\\":\\\"body plain text\\\",\\n\\\"BodyHtml\\\":\\\"body \u003cb\u003ehtml\u003c/b\u003e text\\\",\\n\\\"To\\\":\\\"mail1@blablabla.fake;mail2@blablabla.fake\\\",\\n\\\"Cc\\\":\\\"mail3@blablabla.fake;mail4@blablabla.fake\\\",\\n\\\"Ccn\\\":\\\"mail5@blablabla.fake;mail6@blablabla.fake\\\",\\n}\"\n\t\t\t\t},\n\t\t\t\t\"url\": {\n\t\t\t\t\t\"raw\": \"http://localhost:7071/api/Send\",\n\t\t\t\t\t\"protocol\": \"http\",\n\t\t\t\t\t\"host\": [\n\t\t\t\t\t\t\"localhost\"\n\t\t\t\t\t],\n\t\t\t\t\t\"port\": \"7071\",\n\t\t\t\t\t\"path\": [\n\t\t\t\t\t\t\"api\",\n\t\t\t\t\t\t\"Send\"\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"response\": []\n\t\t}\n\t]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevandreacarratta%2Fdevandreacarrattait.mailgun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevandreacarratta%2Fdevandreacarrattait.mailgun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevandreacarratta%2Fdevandreacarrattait.mailgun/lists"}