package
0.0.0-20191120072406-b3b292699810
Repository: https://github.com/helvind/email-service.git
Documentation: pkg.go.dev
# Functions
NewService returns a new EmailService.
ValidateEmail validates the fields of the Email.
# Structs
FakeProvider for testing purposes only.
MailGunProvider impl of provider.
SendGridProvider impl of provider.
Service can send Emails to different providers.
SparkPostProvider impl of provider.
# Interfaces
Provider is a interface for different e-mail sending providers.