package
0.0.0-20250312200722-bc14b7464845
Repository: https://github.com/awsdocs/aws-doc-sdk-examples.git
Documentation: pkg.go.dev

# Functions

SendMsg sends an email message to an Amazon SES recipient Inputs: svc is the Amazon SES service client sender is the email address in the From field recipient is the email address in the To field Output: If success, nil Otherwise, an error from the call to SendEmail.

# Constants

CharSet is the character encoding for the email.
HTMLBody is the HTML body for the email.
Subject is the subject line for the email.
TextBody is the email body for recipients with non-HTML email clients.