Hello,
I am trying to setup the email service for password resetting and I couldn't really find any documentation about how the steps to do this (do I need to do this at all or can I just call userService.RestPassword() without setting up an email?). I have an email account that I would like to use for sending the recovery emails and it is an @outlook.com domain. I have setup the email service in the management console like this (which I got from
http://windows.microsoft.com/en-US/windows/outlook/send-receive-from-app) and I have tried port 465 as well as I ready some places saying that is the SSL port:
Host: smtp-mail.outlook.com
Port: 587
Email ID: myEmail@outlook.com
Mail Password: myPassword
SSL: Yes
I then went to compose an email and send it and it said that the email was sent successfully but I have not received the test email and it has been a while now. Are there any other steps necessary? Also, how do I go about setting up a template for password recovery?
I have now also tried setting up a gmail account and I am still not receiving emails:
Host: smtp.gmail.com
Port: 465
Email ID: myEmail@gmail.com
Mail Pasword: myPassword
SSL: Yes