Skip to content

Commit d674319

Browse files
Merge pull request CodeCowboyOrg#1 from 2E0PGS/master
Add SSL support, remove binaries and fix folder structure.
2 parents bd00618 + 739a16f commit d674319

31 files changed

+3916
-3923
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) 2016 Code Cowboy
4+
Copyright (c) 2018 Peter Stevenson (2E0PGS)
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Simple SMTP Email Client
2-
Simple to the point quick SMTP Test Client.
1+
# Simple SMTP Client
32

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

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

10-
![Image of Software](https://github.com/CodeCowboyOrg/SimpleSMTPClient/blob/master/source/SimpleSmtpClient/SimpleSMTPClient.jpg)
11-
11+
![Image of Software](https://i.imgur.com/Z7NCEcm.png)
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSmtpClient", "SimpleSmtpClient\SimpleSmtpClient.csproj", "{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
12-
EndGlobalSection
13-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Release|Any CPU.Build.0 = Release|Any CPU
18-
EndGlobalSection
19-
GlobalSection(SolutionProperties) = preSolution
20-
HideSolutionNode = FALSE
21-
EndGlobalSection
22-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSmtpClient", "SimpleSmtpClient\SimpleSmtpClient.csproj", "{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{33EFB24F-257D-4CDA-AC0D-DFDD8F056B91}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)