Click here to Skip to main content
15,895,256 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: how to send mail from my c# windows application Pin
Michel Godfroid15-Apr-10 23:44
Michel Godfroid15-Apr-10 23:44 
GeneralRe: how to send mail from my c# windows application Pin
Balaji_Reddy16-Apr-10 16:36
Balaji_Reddy16-Apr-10 16:36 
GeneralRe: how to send mail from my c# windows application Pin
Michel Godfroid16-Apr-10 21:02
Michel Godfroid16-Apr-10 21:02 
GeneralRe: how to send mail from my c# windows application Pin
Balaji_Reddy16-Apr-10 22:14
Balaji_Reddy16-Apr-10 22:14 
GeneralRe: how to send mail from my c# windows application Pin
Michel Godfroid16-Apr-10 22:20
Michel Godfroid16-Apr-10 22:20 
GeneralRe: how to send mail from my c# windows application Pin
Balaji_Reddy19-Apr-10 0:13
Balaji_Reddy19-Apr-10 0:13 
GeneralRe: how to send mail from my c# windows application Pin
Balaji_Reddy21-Apr-10 17:00
Balaji_Reddy21-Apr-10 17:00 
AnswerRe: how to send mail from my c# windows application Pin
Michel Godfroid21-Apr-10 21:28
Michel Godfroid21-Apr-10 21:28 
You will probably have to turn on SSL (secure sockets layer) to get access to server. Turn on the EnableSsl property of your SmtpClient object. You may also have to select another port to send on. Talk to whoever is administering the smtp server, or read any documentation for this smtp server. If you already can send mail through this server, from another program (outlook, or windows mail, or whatever), lookup the connection parameters in that program.

Here is full example of mail client that uses SSL: http://www.codeproject.com/Articles/66257/Sending-Mails-in-NET-Framework.aspx[^]
QuestionIIS media service Pin
Rajan UNCC 15-Apr-10 10:54
Rajan UNCC 15-Apr-10 10:54 
QuestionCustom Collection with Extension method, linq Support [modified] Pin
anand kumar m14-Apr-10 19:20
anand kumar m14-Apr-10 19:20 
AnswerRe: Custom Collection with Extension method, linq Support Pin
Not Active14-Apr-10 20:06
mentorNot Active14-Apr-10 20:06 
GeneralRe: Custom Collection with Extension method, linq Support Pin
anand kumar m14-Apr-10 20:59
anand kumar m14-Apr-10 20:59 
GeneralRe: Custom Collection with Extension method, linq Support Pin
Not Active14-Apr-10 22:21
mentorNot Active14-Apr-10 22:21 
GeneralRe: Custom Collection with Extension method, linq Support Pin
anand kumar m15-Apr-10 2:44
anand kumar m15-Apr-10 2:44 
GeneralRe: Custom Collection with Extension method, linq Support Pin
Not Active15-Apr-10 3:27
mentorNot Active15-Apr-10 3:27 
GeneralRe: Custom Collection with Extension method, linq Support [modified] Pin
anand kumar m15-Apr-10 18:47
anand kumar m15-Apr-10 18:47 
AnswerRe: Custom Collection with Extension method, linq Support Pin
Gideon Engelberth16-Apr-10 2:48
Gideon Engelberth16-Apr-10 2:48 
GeneralRe: Custom Collection with Extension method, linq Support Pin
anand kumar m17-Apr-10 19:52
anand kumar m17-Apr-10 19:52 
GeneralRe: Custom Collection with Extension method, linq Support Pin
Gideon Engelberth18-Apr-10 16:05
Gideon Engelberth18-Apr-10 16:05 
Questioncomponent based development Pin
Satish_S14-Apr-10 17:21
Satish_S14-Apr-10 17:21 
AnswerRe: component based development Pin
Abhinav S14-Apr-10 18:37
Abhinav S14-Apr-10 18:37 
GeneralRe: component based development Pin
Satish_S14-Apr-10 19:25
Satish_S14-Apr-10 19:25 
GeneralRe: component based development Pin
Eddy Vluggen14-Apr-10 23:38
professionalEddy Vluggen14-Apr-10 23:38 
AnswerRe: component based development Pin
Peace ON15-Apr-10 21:16
Peace ON15-Apr-10 21:16 
QuestionRetreiving AppSettings Pin
gmhanna14-Apr-10 11:07
gmhanna14-Apr-10 11:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.