adddeveloper
Programmer
I'm going through the ASP.NET 2.0 Unleashed book (SAMS), and am trying to use the CreateUserWizard control to mail my username and password to the email address entered.
When I check the IIS logs under Windows\System32\LogFiles\SMTPSVC1, the following shows up:
2007-01-01 04:44:01 - OutboundConnectionResponse - - 0
2007-01-01 04:44:02 - OutboundConnectionResponse - - 0
2007-01-01 04:44:02 - OutboundConnectionCommand - QUIT 0
Obviously I don't have something set right, but I thought I did:
I have the IP address set correctly under the General tab
I have the Granted IP set correctly to my local machine under the Access tab (Connection)
I have all my delivery settings to 1 minute so I can tell what's going on.
Any suggestions?
Thanks!
When I check the IIS logs under Windows\System32\LogFiles\SMTPSVC1, the following shows up:
2007-01-01 04:44:01 - OutboundConnectionResponse - - 0
2007-01-01 04:44:02 - OutboundConnectionResponse - - 0
2007-01-01 04:44:02 - OutboundConnectionCommand - QUIT 0
Obviously I don't have something set right, but I thought I did:
I have the IP address set correctly under the General tab
I have the Granted IP set correctly to my local machine under the Access tab (Connection)
I have all my delivery settings to 1 minute so I can tell what's going on.
Any suggestions?
Thanks!