0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Rish af43c0872c Fixed mailgun not sending test emails due to empty recipient variables
no issue

Mailgun expects `recipient-variables` to be a json object and fails to attempt sending the message in case its undefined, which is the case for test emails as they don't have member `uuid` or `unsubscribe` url. This sets a default empty object for `recipent-variables` in case of no data.
2019-11-13 17:02:56 +05:30
..
adapters
api Updated defaults handling for email property in posts (#11355) 2019-11-08 11:40:49 +07:00
config Removed /api/v2/members/ endpoints (#11308) 2019-10-31 11:11:46 +00:00
data Added batching support for bulk email service (#11388) 2019-11-13 17:52:23 +07:00
lib Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
models Added default stats object to email model 2019-11-08 17:11:54 +07:00
public Updated default publication icon 2019-10-17 07:59:21 +02:00
services Fixed mailgun not sending test emails due to empty recipient variables 2019-11-13 17:02:56 +05:30
translations Implemented GET /emails/:id endpoint 2019-11-06 15:56:56 +07:00
views
web Implemented GET /emails/:id endpoint 2019-11-06 15:56:56 +07:00
analytics-events.js
ghost-server.js
index.js Added basic HTML template support to MEGA (#11336) 2019-11-04 17:53:42 +07:00
overrides.js
update-check.js