function EmailMandrillProvider(config) {
    (0, _classCallCheck2["default"])(this, EmailMandrillProvider);
    (0, _defineProperty2["default"])(this, "id", 'email-mandrill-provider');
    this.apiKey = config.apiKey;
  }