Versions in this module Expand all Collapse all v1 v1.3.2 Mar 24, 2025 v1.3.1 Mar 24, 2025 Changes in this version + type BodyType int + const HTML + const PlainText + type SendGrid struct + func New(apiKey, senderAddress, senderName string) *SendGrid + func (s *SendGrid) AddReceivers(addresses ...string) + func (s *SendGrid) BodyFormat(format BodyType) + func (s SendGrid) Send(ctx context.Context, subject, message string) error