When doing the automatic email response in the Sending Confirmation E-Mail with CreateUserWizard I kept getting an error message.
Now my Demo Email page works just fine so what is the diff?
I looked at your web.config file and notice this :
Code:
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory" from="Planet Wrox <[email protected]>">
<specifiedPickupDirectory pickupDirectoryLocation="C:\TempMail"/>
</smtp>
</mailSettings>
How would that work for me?? I have no access to the Planet Wrox mail server even if there is one and there is no "C:\TempMail" folder on my C drive.
The book mentions this:
Code:
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory" from="[email protected]">
</smtp>
</mailSettings>
no mention what so ever about
:
Code:
<specifiedPickupDirectory pickupDirectoryLocation="C:\TempMail"/>
what would be the correct usage for my setup? would like to see it work the way it was intended i know I can do the event route explained in the book but still want to see it work the way stated in the try it out
So where do I go from here Imar? Thanks in advance