package isapi func (c *Client) PutEmail(data []byte) ([]byte, error) { return c.CommonPut(data, "/ISAPI/System/Network/mailing/1") }