This is simple script written in dotnet (C#) with WPF (Windows-only user interface framework)
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
Here are simple instructions for building the dotnet code with CLI tools.
- Install dotnet and runtime
- Clone the repo
git clone https://github.com/xNOTHlNGx/SMTP-client.git
- Go into project folder and build script
cd SMTP-client dotnet build -r win-x64 -p:PublishSingleFile=true --self-contained true
Distributed under the DFC License. See DFC License for more information.
- Telegram: @xNOTHlNGx
- Email: not_a_nothing@proton.me
Project Link: https://github.com/xNOTHlNGx/SMTP-client