From: Ashwin R. <ash...@gm...> - 2020-06-18 16:08:41
|
Hello Ed, Could you please help me connect with the backend team to get this issue resolved? Cheers! Ashwin On Thu, 18 Jun 2020 at 00:02, Ashwin Ramakrishnan <ash...@gm...> wrote: > Hello all, > I am trying to create a self-service client to test mifos-mobile > <https://github.com/openMF/mifos-mobile>. I followed the instructions to > do it as mentioned by Devansh in his wiki > <https://github.com/devansh-299/mifos-mobile/wiki/Create-Self-Service-User> for > doing the same. > When I am signing up using mifos-mobile with the account number generated > upon creating a client account in Mifos X, I am receiving an internal > server error message upon trying to verify using email. > > The request sent by mifos-mobile app for registration is: > >> POST https://mobile.mifos.io/fineract-provider/api/v1/self/registration > > Body: { > > "accountNumber": "FOVISSSTE000000372", >> "authenticationMode": "email", >> "email": "ash...@gm...", >> "firstName": "Ashwin", >> "lastName": "R", >> "mobileNumber": "9487541082", >> "password": "password", >> "username": "ashwinr410" > > } > > > Response: > >> { >> "timestamp": 1592417345898, >> "status": 500, >> "error": "Internal Server Error", >> "message": "org.apache.commons.mail.EmailException: Sending the email to >> the following server failed : smtp.gmail.com:25", >> "path": "/fineract-provider/api/v1/self/registration" >> } > > > Screenshot attached from Postman > [image: image.png] > > Kindly help me out > > Best Regards > Ashwin R > <https://github.com/ashwinkey04> <https://ashwinkey04.github.io/> > <https://www.linkedin.com/in/ashwinkey04> > |