Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T22:04:18.000Z (over 3 years ago)
- Last Synced: 2024-10-30T11:28:48.520Z (16 days 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://img.shields.io/github/stars/RomanSoloweow/SendEmail)](https://github.com/RomanSoloweow/SendEmail) [![](https://img.shields.io/github/license/RomanSoloweow/SendEmail)](https://github.com/RomanSoloweow/SendEmail) [![](https://img.shields.io/github/languages/code-size/RomanSoloweow/SendEmail)](https://github.com/RomanSoloweow/SendEmail)
[![]( https://img.shields.io/github/last-commit/RomanSoloweow/SendEmail)](https://github.com/RomanSoloweow/SendEmail)
# SendEmail- Simple client for sending Email with the ability to attach files
![](https://github.com/RomanSoloweow/SendEmail/blob/master/Example.png)
## 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.