https://github.com/ebicoglu/emailsender
.NET5 Windows Forms Email Sender using System.Net.Mail for testing purposes.
https://github.com/ebicoglu/emailsender
Last synced: 2 days ago
JSON representation
.NET5 Windows Forms Email Sender using System.Net.Mail for testing purposes.
- Host: GitHub
- URL: https://github.com/ebicoglu/emailsender
- Owner: ebicoglu
- Created: 2021-04-06T14:46:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T15:04:27.000Z (about 5 years ago)
- Last Synced: 2026-01-02T23:14:30.325Z (4 months ago)
- Language: C#
- Size: 276 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmailSender
A basic .NET5 Windows Forms application for testing purposes.

Email Sender is using `System.Net.Mail` class.
The default settings are configured for Gmail.
You need to fill the configuration file `App.config` before sending email.
```xml
```