Closed strizzaflex closed 8 years ago
OK. So this website was "setup" before I got into it and it looks like in the end the issue was there wasn't a proper dependency injection system setup so things were being newed up and I assume that means the events were getting added and then blown away before they could send. I took a look into the samples and setup our ninject container based on the autofac stuff. Seems to be working now.
So I guess if that helps someone good. This can be deleted or closed or whatever.
I'm working with MR 8.1.0
I'm calling
_accountService.ChangeEmailRequest(user.ID, model.EmailAddress);
in my controller.I can see that the following lines are called in AccountService
I can see that the database is being updated with the correct Verification information. But the email is never sent. I have checked the email smtp bits are working with:
I can not figure out what is going wrong here. I must have missed a setup step somewhere. Do I need to setup the EventBus somewhere?
Here is my Reboot config: