Respected Sir,
Having finished with the CreateUserWizard, I tried to create new account, account is created smoothly but the email is not received instead it throws an error
"The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. d6sm267628fga.11".
Now I want to know that how I can manage the code in the
"sending mail" event. As there is a file in App_Data folder named
"SignUpConfirmation.txt" with contents like
Code:
Hi <% UserName %>,
Thank You For Signing Up For A New Account At www.PlanetWrox.com
To Log In To The Site, Use The Following Details:
User Name: <% UserName %>
Your Password: <% Password %>
We Look Forward To Your Contributions, So That We May Serve You In More Better Way.
Now if even I write my code as in the chapter 9, then how to change the place holders as in chapter 9 place holders are wrapped in ##place holder##
like
Code:
Name: ##Name##
E-mail Address: ##Email##
Home Phone: ##HomePhone##
Business Phone: ##BusinessPhone##
Comments: ##Comments##
Attachment: ##Attachment##
And also tell me what actually
e.Message is and how to use it?
Quote:
|
Ok one thing not related to this book, does your book "Beginning ASP.NET 2.0 in C# (ISBN: 978-0-470-04258-8 )" deals in E commerce and shopping cart like functionalities
|