Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alekseiblinov/simplesmtpmailsender

A utility for sending email messages over the SMTP protocol. It is useful for DevOps engineers to test email in various environments.
https://github.com/alekseiblinov/simplesmtpmailsender

dotnet mailtest mvvm-pattern

Last synced: 13 days ago
JSON representation

A utility for sending email messages over the SMTP protocol. It is useful for DevOps engineers to test email in various environments.

Awesome Lists containing this project

README

        

# The purpose of the project.

This is a utility for sending email messages over the SMTP protocol. It is useful for DevOps engineers
in their work to test email in various environments.
You can enter and change the following parameters:
* Username
* Password
* Host
* Port
* Use SSL
* Usedefaultcredentials
* From
* To
* Subject
* Body
Allows you to substitute the sending address, to do this, specify the desired address in the From field.

# Implementation features.

* The application is implemented using the MVVM design pattern.
* The application uses .NET Framework 4.7.2.

# Download binary.

Download compiled utility: [https://disk.yandex.ru/d/ra6fAwH78oVVAg](https://disk.yandex.ru/d/ra6fAwH78oVVAg).