Versions in this module Expand all Collapse all v1 v1.0.1 Apr 13, 2021 Changes in this version + func SendEmailNotice(ctx context.Context, receivers, subject, msg string) error + type Client struct + var DefaultEmailHelper *Client + func NewClient(user, pwd, host, port string) *Client + func (e *Client) SendEmail(req *SendRequest) error + type Config struct + Host string + Password string + Port string + User string + type SendRequest struct + Message string + Receivers []string + Subject string