Ghost/core/server/services
Kevin Ansfield 7a74b78940 Included email-id as user variable when sending bulk emails via mailgun
no issue

- adding user variables via the mailgun API when sending emails means that events related to email have those variables attached to them
- adding the `email.id` value to user variables means we can easily associate mailgun events to emails, otherwise we'd have look up the batch via `email_batches.provider_id` then use a join to get back to the associated email
2020-10-29 16:37:42 +00:00
..
adapter-manager
auth Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
bulk-email Included email-id as user variable when sending bulk emails via mailgun 2020-10-29 16:37:42 +00:00
invitations 🐛 Fixed error caused by accepting invitation with existing email (#12172) 2020-09-09 11:58:53 +12:00
jobs
mail
mega Fixed members with multiple subscriptions receiving multiple newsletters 2020-10-05 16:53:35 +01:00
members Updated mail template for member email change 2020-10-29 17:40:19 +05:30
permissions Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
settings Fixed settings reinit to only emit changed settings events (#12184) 2020-09-23 14:35:03 +01:00
webhooks Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
labs.js
slack.js
xmlrpc.js