sendgrid-go icon indicating copy to clipboard operation
sendgrid-go copied to clipboard

The Official Twilio SendGrid Golang API Library

Results 33 sendgrid-go issues
Sort by recently updated
recently updated
newest added

# Fixes # Added missing err checks that cause panic for some emails. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license...

Resolves https://github.com/sendgrid/opensource/issues/28 # Fixes # Fixes `inbound.Parse` that currently panics when the Content-Type of the email is not `multipart/...`. ### Checklist - [x] I acknowledge that all my contributions will...

# Fixes # Support send_each_at mail header send_each_at is scheduling-parameters Reference https://docs.sendgrid.com/for-developers/sending-email/scheduling-parameters ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license -...

Fixes #417 Add go module support for this library as a `v3` module

# Fixes #412 Previously we could not infer the content type of an attachment from it's contents (see #412) . I've updated the ParsedEmail Attachments property to be of (new)...

type: community enhancement
status: waiting for feedback

# Feature Add a go.mod file to manage dependencies of a given Go project. This should allow users to specify a version when installing the GoLib vs always pulling from...

status: code review request

This PR adds go modules capabilities as per standard go applications. This also adheres to the go standard for versions greater than v1 by adding a v3 folder with a...

# Fixes # Type checks arguments to `SetDisposition`, ensuring that the arguments are correct on the client side and developers don’t need to wait until runtime to see spelling mistakes....

# Fixes # Issues seem to have been disabled for this Repo so I could not make one Allows the inbound email SDK to support more email clients depending on...

Add reply_to_list functionality. It just implements a feature that is available on api but not yet on the SDK (and should). ### Checklist - [x] I acknowledge that all my...