We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In client.SendEmail there is a check in response.ErrorCode != 0 for returning an error. This is not the case for client.SendTemplatedEmail, see:
client.SendEmail
response.ErrorCode != 0
client.SendTemplatedEmail
postmark/templates.go
Line 215 in 28358b1
The text was updated successfully, but these errors were encountered:
Merge pull request keighl#24 from mrz1836/dependabot/github_actions/m…
201a4e4
…aster/goreleaser/goreleaser-action-4.1.0 Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
No branches or pull requests
In
client.SendEmail
there is a check inresponse.ErrorCode != 0
for returning an error. This is not the case forclient.SendTemplatedEmail
, see:postmark/templates.go
Line 215 in 28358b1
The text was updated successfully, but these errors were encountered: