Arpit Jalan eb9155f3fe
FEATURE: send max 200 emails every minute for bulk invites (#7875)
DEV: deprecate `invite.via_email` in favor of `invite.emailed_status`

This commit adds a new column `emailed_status` in `invites` table for
 tracking email sending status.
 0 - not required
 1 - pending
 2 - bulk pending
 3 - sending
 4 - sent

For normal email invites, invite record is created with emailed_status
 set to 'pending'.

When bulk invites are sent invite record is created with emailed_status
 set to 'bulk pending'.

For invites that generates link, invite record is created with
 emailed_status set to 'not required'.

When invite email is in queue emailed_status is updated to 'sending'

Once the email is sent via `InviteEmail` job the invite emailed_status
 is updated to 'sent'.
2019-07-19 11:29:12 +05:30
..
2019-01-11 14:30:19 -05:00
2019-05-13 15:24:24 +01:00
2019-05-29 14:26:24 +10:00
2019-05-13 15:24:24 +01:00
2019-05-25 00:32:29 +02:00
2019-05-24 12:58:26 +08:00
2019-05-29 14:26:24 +10:00
2019-04-08 17:03:26 +05:30