An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# EmailSender
A basic .NET5 Windows Forms application for testing purposes.

![Screenshot](https://user-images.githubusercontent.com/9526587/113730500-a04b0f80-9700-11eb-942a-1c51ebeb90bb.png)

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











```