{"id":24486230,"url":"https://github.com/ebicoglu/emailsender","last_synced_at":"2026-04-25T08:33:50.264Z","repository":{"id":119686101,"uuid":"355225453","full_name":"ebicoglu/EmailSender","owner":"ebicoglu","description":".NET5 Windows Forms Email Sender using System.Net.Mail for testing purposes.","archived":false,"fork":false,"pushed_at":"2021-04-06T15:04:27.000Z","size":283,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T23:14:30.325Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ebicoglu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-04-06T14:46:54.000Z","updated_at":"2023-05-12T08:34:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"54859d93-c4f5-4555-a7a2-d94b738358ca","html_url":"https://github.com/ebicoglu/EmailSender","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ebicoglu/EmailSender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebicoglu%2FEmailSender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebicoglu%2FEmailSender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebicoglu%2FEmailSender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebicoglu%2FEmailSender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebicoglu","download_url":"https://codeload.github.com/ebicoglu/EmailSender/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebicoglu%2FEmailSender/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32255340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-01-21T14:48:43.054Z","updated_at":"2026-04-25T08:33:50.259Z","avatar_url":"https://github.com/ebicoglu.png","language":"C#","readme":"# EmailSender\nA basic .NET5 Windows Forms application for testing purposes.\n\n![Screenshot](https://user-images.githubusercontent.com/9526587/113730500-a04b0f80-9700-11eb-942a-1c51ebeb90bb.png)\n\nEmail Sender is using `System.Net.Mail` class.\n\nThe default settings are configured for Gmail.\n\nYou need to fill the configuration file `App.config` before sending email.\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\" ?\u003e\n\u003cconfiguration\u003e\n  \u003cappSettings\u003e\n\n    \u003cadd key=\"Host\" value=\"smtp.gmail.com\"/\u003e\n    \u003cadd key=\"Port\" value=\"587\"/\u003e\n    \u003cadd key=\"FromEmail\" value=\"your.email@gmail.com\"/\u003e\n    \u003cadd key=\"FromDisplayName\" value=\"John Doe\"/\u003e\n    \u003cadd key=\"Password\" value=\"ENTER-YOUR-PASSWORD\"/\u003e\n    \u003cadd key=\"ToEmail\" value=\"michael.jackson@sample.com\"/\u003e\n    \u003cadd key=\"ToDisplayName\" value=\"Michael Jackson\"/\u003e\n    \u003cadd key=\"Subject\" value=\"My subject\"/\u003e\n    \u003cadd key=\"Body\" value=\"This is a test email!\"/\u003e\n    \u003cadd key=\"EnableSsl\" value=\"True\"/\u003e\n    \u003cadd key=\"IsBodyHtml\" value=\"True\"/\u003e\n\n  \u003c/appSettings\u003e\n\u003c/configuration\u003e\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febicoglu%2Femailsender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febicoglu%2Femailsender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febicoglu%2Femailsender/lists"}