Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I working on my final progrrming project.
I'm creatine in Visual studio 2013 a smtp server and clenit App,that also including chat function.
In my client applictaion i have first login form, and after the user log in, the mailing box(and the inbox and the chat) form opens.

The server side connectns to sql server DB , which including all the information of the mail and the user.
I tried to sent user data from server to cleint with WCF, but I don't understand how to send also the mails with smtp protocaol from cleint to Smtp and back(I must use smtp protocol that I cretae by myself-without using smtp builded classes of microsoft).

Hope you can help me with this
Posted

1 solution

Hello,

Please have a look at following articles/projects.

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900