Server E-MAIL

Hi.

I am new to ionic and I have an application with login for access, but I must insert the module or password recovery functionality, but I can not find a guide on how to send e-mails to clients in case the email is Right.
I am using the 1.5 version in ionic

Thanks

There isn’t really anything to do on the Ionic side. The new temporary password (or whatever you are emailing) needs to come from the server side, so how to send it depends entirely on what you are using for middleware on the server.