Skip to content

Commit

Permalink
Merge pull request #8 from nnamdei/patch-1
Browse files Browse the repository at this point in the history
Update mail.go
  • Loading branch information
iqquee authored Nov 12, 2024
2 parents 55672e4 + 6185285 commit 3805f6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mail.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ func (c *Client) FileCacheUploadAPI(req FileCacheUploadAPIReq) (res *FileCacheUp
return &response, nil

}
ListEmailTemplates


// ListEmailTemplates
func (c *Client) ListEmailTemplates(MailAgentAlias string, Offset, limit int) (req *ListEmailTemplatesReq, err error) {
url := fmt.Sprintf("mailagents/%s/templates?offset=%d&limit=%d", MailAgentAlias, Offset, limit)
Method := MethodGET
Expand Down

0 comments on commit 3805f6a

Please sign in to comment.