Hi.Thank you Imar for your response.
Well,actually I have followed the instruction on this link
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=505
However,when the first time I put the code below :
Code:
Dim SmtpClient As mySmtpClient = New SmtpClient()
mySmtpClient.EnableSsl = True
mySmtpClient.Send(e.Message)
e.Cancel = True
inside SendingMail event, the code seems have a few errors stated under
mySmtpClient instance. Then after I have try a few times to fix it, I closed my VWD, and restart back...and everything is functioning.
I can send email from SignUp.aspx page and also from ContactUs,aspx. I feel so relief after its working so fine.
But not until a few second after I stopped debugging my website, the code inside the SendingMail events which is the code that I stated above is missing.
And I try to insert back the code.Still, the same error is repeating. The mySmtpClient is in error and I can't debug my website to test the SignUp.aspx page again
Anything you would like to suggest?I appreciate your kindness...