Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi, i'm developing a mailing system using Visual Basic.NET. the sending part went smoothly when sending e-mails to the gmail accounts, but i'm having problem with sending e-mails to the local e-mail server and receiving from local and from gmail accounts. any one with a suggestion on what to do in order to receive e-mails from SQL Server using vb.NET.
thanks
Posted
Updated 15-Dec-12 11:54am
v2
Comments
Sergey Alexandrovich Kryukov 15-Dec-12 22:48pm    
What are the problems, exactly?
—SA

 
Share this answer
 
You need to be talking to servers using SMTP, Simple Mail Transfer Protocol. maybe google smtp figure out how you need to be interacting with the email servers.
 
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