Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alekseiblinov/simplesmtpmailsender
- Owner: alekseiblinov
- Created: 2024-11-12T13:45:31.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-20T14:57:34.000Z (about 2 months ago)
- Last Synced: 2024-12-20T15:44:53.051Z (about 2 months ago)
- Topics: dotnet, mailtest, mvvm-pattern
- Language: C#
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).