Versions in this module Expand all Collapse all v0 v0.4.4 Oct 26, 2025 Changes in this version type EmailClient + func (emailC *EmailClient) Init(serverAddr, authPassWord string, senderAddr mail.Address) error v0.4.3 Oct 26, 2025 Changes in this version + type EmailClient struct + func (emailC *EmailClient) SSend(email Email) error + func (emailC *EmailClient) Send(email Email) error v0.4.2 Oct 26, 2025 Changes in this version + func New(serverAddr, authPassWord string, senderAddr mail.Address) (*emailClient, error) + type Email struct + AttachFiles []string + Body string + MailType MailType + Subject string + To []string + type MailType string + const MailHtml + const MailText