Skip to content

Simple app based on .NET Core to test SMTP Server from command line

Notifications You must be signed in to change notification settings

rbeja/dotnetcore-test-smtp

Repository files navigation

dotnetcore-test-smtp

Simple app based on .NET Core to test SMTP Server from command line

Build and test

dotnet build
dotnet run --server smtp.office365.com --port 25 -u [email protected] -p password--subject hello --body world --to [email protected]

About

Simple app based on .NET Core to test SMTP Server from command line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages