Versions in this module Expand all Collapse all v0 v0.3.5 Jan 25, 2025 v0.3.4 Oct 1, 2024 Changes in this version + type AWSSES struct + func NewService(cfg *Config) (*AWSSES, error) + func (awsses *AWSSES) Send(sender, recipient, subject, body string) (interface{}, error) + type Config struct + AccessKey string + HTTPClient *http.Client + Region string + Secret string