From 1b29b503309cdd1f12a1b9d56b4c695a8ed84d2a Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 13 Mar 2018 16:42:56 +0100 Subject: update email test in the driver to be able to send the config in the body (#8453) Signed-off-by: cpanato --- model/client4.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'model/client4.go') diff --git a/model/client4.go b/model/client4.go index 9e552d046..e7fe2bba0 100644 --- a/model/client4.go +++ b/model/client4.go @@ -2098,8 +2098,8 @@ func (c *Client4) GetPing() (string, *Response) { } // TestEmail will attempt to connect to the configured SMTP server. -func (c *Client4) TestEmail() (bool, *Response) { - if r, err := c.DoApiPost(c.GetTestEmailRoute(), ""); err != nil { +func (c *Client4) TestEmail(config *Config) (bool, *Response) { + if r, err := c.DoApiPost(c.GetTestEmailRoute(), config.ToJson()); err != nil { return false, BuildErrorResponse(r, err) } else { defer closeBody(r) -- cgit v1.2.3-1-g7c22