Click here to Skip to main content
15,922,533 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Email validation Pin
Uma Kameswari15-Jun-06 20:01
Uma Kameswari15-Jun-06 20:01 
Question.net Pin
surshbabuk15-Jun-06 18:19
surshbabuk15-Jun-06 18:19 
AnswerRe: .net Pin
surshbabuk15-Jun-06 18:20
surshbabuk15-Jun-06 18:20 
GeneralRe: .net Pin
surshbabuk15-Jun-06 18:22
surshbabuk15-Jun-06 18:22 
AnswerRe: .net Pin
surshbabuk15-Jun-06 18:21
surshbabuk15-Jun-06 18:21 
GeneralRe: .net Pin
surshbabuk15-Jun-06 18:22
surshbabuk15-Jun-06 18:22 
AnswerRe: .net Pin
minhpc_bk15-Jun-06 23:43
minhpc_bk15-Jun-06 23:43 
QuestionEmail SMTP settings. [modified] Pin
Kenzy8615-Jun-06 16:52
Kenzy8615-Jun-06 16:52 
Hai, getting ignored for the third time. If I am wrong on any part, please let me know. If you think I do not contribute and only ask, that's because I am not proficient enough to help. Shall wait for a lil longer. Anyway, thanks those who helped me before. And rest assured that I am not a student studying asp.net, I am working and currently helping ppl out.

------------------------------------------------------------------------------------------------
Hi all,
I am trying to send email from my website. If you use the createuserwizard tools from VS studio 2005, you have this mail definition as one of it's property. I want to send email through that to my registered user. I typed the following code into my web.config file.

<system.net>
<mailSettings>
<smtp from="k@hot.com">
<network host="mhub.n.edu" port="25" password="" userName="" defaultCredentials="True" />
</smtp>
</mailSettings>
</system.net>

Is the code correct? Because everytime I try to send email after registration, I get a "A socket operation was attempted to an unreachable network" error. Could it be my email server?
Btw, I changed my host name to prevent ppl from abusing it. Any Ideas? Thank in advance.

-=Kenzy=-

-- modified at 5:45 Friday 16th June, 2006
QuestionRandom password generation Pin
pitturamakrishna15-Jun-06 11:25
pitturamakrishna15-Jun-06 11:25 
AnswerRe: Random password generation Pin
Elina Blank15-Jun-06 12:23
sitebuilderElina Blank15-Jun-06 12:23 
AnswerRe: Random password generation Pin
Mircea Grelus15-Jun-06 12:51
Mircea Grelus15-Jun-06 12:51 
QuestionNewbie: Questions on datagrid, editing and datbinding Pin
leckey15-Jun-06 10:24
leckey15-Jun-06 10:24 
QuestionTrouble accessing a non-secure custom error page from a secure page. Pin
vic0215-Jun-06 7:38
vic0215-Jun-06 7:38 
QuestionCode for retrieving multiple files Pin
priyankardatta15-Jun-06 6:35
priyankardatta15-Jun-06 6:35 
QuestionHow to get data into the dropdown list from database table(c#) Pin
pitturamakrishna15-Jun-06 5:08
pitturamakrishna15-Jun-06 5:08 
AnswerRe: How to get data into the dropdown list from database table(c#) Pin
albCode15-Jun-06 5:11
albCode15-Jun-06 5:11 
AnswerRe: How to get data into the dropdown list from database table(c#) Pin
varshavmane15-Jun-06 5:34
varshavmane15-Jun-06 5:34 
QuestionStatic instances Pin
Dario Solera15-Jun-06 4:33
Dario Solera15-Jun-06 4:33 
AnswerRe: Static instances Pin
Colin Angus Mackay15-Jun-06 5:17
Colin Angus Mackay15-Jun-06 5:17 
GeneralRe: Static instances Pin
Dario Solera15-Jun-06 5:23
Dario Solera15-Jun-06 5:23 
AnswerRe: Static instances Pin
Guffa15-Jun-06 5:22
Guffa15-Jun-06 5:22 
GeneralRe: Static instances Pin
Dario Solera15-Jun-06 5:24
Dario Solera15-Jun-06 5:24 
QuestionHow to point to localhost? Pin
leckey15-Jun-06 4:19
leckey15-Jun-06 4:19 
AnswerRe: How to point to localhost? Pin
Paddy Boyd15-Jun-06 4:21
Paddy Boyd15-Jun-06 4:21 
GeneralRe: How to point to localhost? Pin
leckey15-Jun-06 4:25
leckey15-Jun-06 4:25 

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.