| Author: Hitesh Kapadia 09 Sep 2008 | Member Level: Bronze Points : 1 |
Hi gopi, Can you explain me how and where to authenticate SMTP server? I'm having user name and password to access mail server. please explain.
Thanks. Hitesh
|
| Author: gopi 09 Sep 2008 | Member Level: Silver Points : 1 |
HI HITESH
JUST ADD THE following namespacess...
using System.Net; using System.Web.Mail;
then u can access the fullfledged mail
ok
have a nice programming......
|