Skip to content

Commit

Permalink
Add SSL support, remove binaries and fix folder structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
2E0PGS committed May 22, 2018
1 parent bd00618 commit 739a16f
Show file tree
Hide file tree
Showing 31 changed files with 3,916 additions and 3,923 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2016 Code Cowboy
Copyright (c) 2018 Peter Stevenson (2E0PGS)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Simple SMTP Email Client
Simple to the point quick SMTP Test Client.
# Simple SMTP Client

1. Download the Release [Here](https://github.com/CodeCowboyOrg/SimpleSMTPClient/releases) or under Release Tab
2. Supports Basic Authentication to SMTP Server
3. Supports anonymous connection to SMTP Server
4. Runs on Windows
## A simple and to the point SMTP test client

1. Download the release under the "release" tab.
2. Supports Basic Authentication to SMTP server.
3. Supports Anonymous connection to SMTP Server.
4. Supports SSL connection to SMTP server.
5. Runs on Windows.

![Image of Software](https://github.com/CodeCowboyOrg/SimpleSMTPClient/blob/master/source/SimpleSmtpClient/SimpleSMTPClient.jpg)

![Image of Software](https://i.imgur.com/Z7NCEcm.png)
44 changes: 22 additions & 22 deletions source/SimpleSmtpClient.sln → SimpleSmtpClient.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSmtpClient", "SimpleSmtpClient\SimpleSmtpClient.csproj", "{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSmtpClient", "SimpleSmtpClient\SimpleSmtpClient.csproj", "{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 739a16f

Please sign in to comment.