forked from CodeCowboyOrg/SimpleSMTPClient
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SSL support, remove binaries and fix folder structure.
- Loading branch information
Showing
31 changed files
with
3,916 additions
and
3,923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.