Versions in this module Expand all Collapse all v1 v1.0.1 Nov 3, 2025 v1.0.0 Nov 3, 2025 Changes in this version + func NewEmailSendgrid(sendGridApiKey, senderEmail, senderName string) *emailSendgrid + func NewEmailSmtp(senderEmail, smtpPassword, smtpHost, smtpPort string) *emailSmtp + type Email interface + Init func(opts ...EmailOption) error + Options func() EmailOptions + SendMail func(to []string, subject, message string) error + String func() string + type EmailOption func(opt *EmailOptions) (*EmailOptions, error) + type EmailOptions struct