0

I want to send notification email from parse to my users but I have spent too much time in it. Alas! I can't find path. Please anybody guide me how can I do it.

nabia saroosh
  • 399
  • 1
  • 14
  • 36

1 Answers1

0

Sending notification emails is not a service that is offered by Parse. And given that in about 7 months, no services will be offered by Parse at all, this is a good time to start shifting to a different backend solution.

A. Vin
  • 865
  • 1
  • 6
  • 19
  • OK. Please give me suggestion which type of back end will be used for it? – nabia saroosh May 17 '16 at 10:17
  • 1
    You'll need to setup your own database and server to replace parse (or find an alternate MBaaS) and then from your server, you can use something like SendGrid to automate password reset emails. This is not a trivial task - you should first focus on finding a different backend solution to replace Parse since it will be shut down in January 2017. – A. Vin May 18 '16 at 05:04