How to undertake an SSL implementation for SMTP Listener using C#?
up vote
-1
down vote
favorite
We have requirement to develop the SMTP Listener to read the mail from the different IOT devices. We have to support TCP SSL connections with our SMTP Listener. What is the best approach to implement?
c# ssl smtp ssl-certificate tcplistener
add a comment |
up vote
-1
down vote
favorite
We have requirement to develop the SMTP Listener to read the mail from the different IOT devices. We have to support TCP SSL connections with our SMTP Listener. What is the best approach to implement?
c# ssl smtp ssl-certificate tcplistener
You need to check with your mail server to find out what options are supported. Usually the mail server webpage has sample code. The SMTP port number (25,465,587) determines the encryption method for SMTP. and is SSL is used.
– jdweng
Nov 21 at 13:57
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
We have requirement to develop the SMTP Listener to read the mail from the different IOT devices. We have to support TCP SSL connections with our SMTP Listener. What is the best approach to implement?
c# ssl smtp ssl-certificate tcplistener
We have requirement to develop the SMTP Listener to read the mail from the different IOT devices. We have to support TCP SSL connections with our SMTP Listener. What is the best approach to implement?
c# ssl smtp ssl-certificate tcplistener
c# ssl smtp ssl-certificate tcplistener
edited Nov 21 at 21:54
halfer
14.2k757106
14.2k757106
asked Nov 21 at 13:20
Odelu
244136
244136
You need to check with your mail server to find out what options are supported. Usually the mail server webpage has sample code. The SMTP port number (25,465,587) determines the encryption method for SMTP. and is SSL is used.
– jdweng
Nov 21 at 13:57
add a comment |
You need to check with your mail server to find out what options are supported. Usually the mail server webpage has sample code. The SMTP port number (25,465,587) determines the encryption method for SMTP. and is SSL is used.
– jdweng
Nov 21 at 13:57
You need to check with your mail server to find out what options are supported. Usually the mail server webpage has sample code. The SMTP port number (25,465,587) determines the encryption method for SMTP. and is SSL is used.
– jdweng
Nov 21 at 13:57
You need to check with your mail server to find out what options are supported. Usually the mail server webpage has sample code. The SMTP port number (25,465,587) determines the encryption method for SMTP. and is SSL is used.
– jdweng
Nov 21 at 13:57
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53412983%2fhow-to-undertake-an-ssl-implementation-for-smtp-listener-using-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You need to check with your mail server to find out what options are supported. Usually the mail server webpage has sample code. The SMTP port number (25,465,587) determines the encryption method for SMTP. and is SSL is used.
– jdweng
Nov 21 at 13:57