asyncauto / cashflowy

https://www.cashflowy.in
Apache License 2.0
21 stars 8 forks source link

unique cashflowy id with mailgun while creating an org #129

Closed praTick92 closed 5 years ago

praTick92 commented 5 years ago
  1. Added email field in org model.
  2. createOrgEmail property in Mailgun service.
  3. Email form field in create org view.
  4. create and validate email in MainController.

Note: Mailgun doesnot provide validation if same SMTP credentials are submitted. It just resets the password. So validation was done against persisted records in org table.