Ghost/core/server/services/bulk-email
Kevin Ansfield 29d94e7814 Fixed mailgun config not allowing custom hosts with ports
no issue

- `mailgun()` expects the `host` option not to include a port but `url.host` will include the port, we instead want to use `url.hostname` which skips the port
2020-07-30 17:28:51 +01:00
..
index.js Added config to send bulk email in testmode 2020-07-24 11:55:34 +01:00
mailgun.js Fixed mailgun config not allowing custom hosts with ports 2020-07-30 17:28:51 +01:00