Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrType_twilioInvalidNumber = errors.New("Twilio to phone number is invalid") ErrType_twilioRateLimitExceeded = errors.New("Twilio message que limit reached") )
Functions ¶
This section is empty.
Types ¶
type MailgunConfig_t ¶
type MailgunConfig_t struct {
Domain, Key string
}
type Mailgun_c ¶
type Mailgun_c struct {
}
func (*Mailgun_c) Send ¶
func (this *Mailgun_c) Send(ctx context.Context, from, subject, body, html, campaign string, to ...string) error
! \brief Sends a single plain text email to a user
func (*Mailgun_c) ValidateEmail ¶
! \brief Does a validate call against the mailgun server
type SlackConfig_t ¶
type SlackConfig_t struct {
Username, Token string
}
type TwilioConfig_t ¶
type TwilioConfig_t struct {
SID, Token string
}
Click to show internal directories.
Click to hide internal directories.