https://github.com/romansoloweow/sendemail
Simple client for sending email with the ability to attach files
https://github.com/romansoloweow/sendemail
avalonia avaloniaui csharp sendemail
Last synced: about 2 months ago
JSON representation
Simple client for sending email with the ability to attach files
- Host: GitHub
- URL: https://github.com/romansoloweow/sendemail
- Owner: RomanSoloweow
- License: mit
- Created: 2021-02-28T18:18:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T22:04:18.000Z (over 5 years ago)
- Last Synced: 2025-02-16T08:28:04.017Z (over 1 year ago)
- Topics: avalonia, avaloniaui, csharp, sendemail
- Language: C#
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/RomanSoloweow/SendEmail) [](https://github.com/RomanSoloweow/SendEmail) [](https://github.com/RomanSoloweow/SendEmail)
[](https://github.com/RomanSoloweow/SendEmail)
# SendEmail
- Simple client for sending Email with the ability to attach files

## SendEmail
You can add your own servers by editing the Servers.json file
Example:
```Json
[
{
"Name":"Gmail",
"Server":"smtp.gmail.com",
"Port":587,
"Patterns": ["gmail.com"]
},
{
"Name":"Yahoo",
"Server":"smtp.mail.yahoo.com",
"Port":465,
"Patterns": ["yahoo.com"]
}
]
```
## Licenseđź“‘
Copyright (c) GMIKE
Licensed under the [MIT](LICENSE) license.