8000 GitHub - xNOTHlNGx/SMTP-client: Simple GUI utility to send emails via SMTP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xNOTHlNGx/SMTP-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

SMTP client

Simple GUI utility to send emails via SMTP server

Report Bug

About The Project

UI screenshot

This is simple script written in dotnet (C#) with WPF (Windows-only user interface framework)

Prerequisites

To run or build this project, you need to install some prerequisites. For most situations, just look at the Official Microsoft Installation Guide. This is the most appropriate guide for most users. However, if you want to install dotnet using the CLI tools, you can use these simple commands:

  • Windows
    winget install Microsoft.DotNet.SDK.8
    winget install Microsoft.DotNet.DesktopRuntime.8
    winget install Microsoft.DotNet.AspNetCore.8
  • Linux
    wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
    chmod +x ./dotnet-install.sh
    ./dotnet-install.sh --version latest --runtime aspnetcore

Installation

Here are simple instructions for building the dotnet code with CLI tools.

  1. Install dotnet and runtime
  2. Clone the repo
    git clone https://github.com/xNOTHlNGx/SMTP-client.git
  3. Go into project folder and build script
    cd SMTP-client
    dotnet build -r win-x64 -p:PublishSingleFile=true --self-contained true

License

Distributed under the DFC License. See DFC License for more information.

Contact

Project Link: https://github.com/xNOTHlNGx/SMTP-client

About

Simple GUI utility to send emails via SMTP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0