package scaleway
import "git.sr.ht/~pingoo/stdx/email/scaleway"
Index ¶
Types ¶
type Config ¶
type Config struct { AccessKeyID string SecretKey string Region string ProjectID string HttpClient *http.Client }
type Mailer ¶
type Mailer struct {
// contains filtered or unexported fields
}
Mailer implements the `email.Mailer` interface to send emails using scaleway's API https://developers.scaleway.com/en/products/transactional_email/api https://www.scaleway.com/en/docs/managed-services/transactional-email
func NewMailer ¶
NewMailer returns a new smtp Mailer
func (*Mailer) SendBroadcast ¶
func (*Mailer) SendTransactionnal ¶
Source Files ¶
scaleway.go
- Version
- v0.0.0-20240218134121-094174641f6e (latest)
- Published
- Feb 18, 2024
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 4 months ago –
Tools for package owners.