package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package smtp is used for sending emails via smtp
-
func NewSMTPEmailSender(host string, port int, user, password string, authMethod string) (*smtpEmailSender, error)
-
func NewSMTPEmailSenderWithConnMethod(host string, port int, user, password string, authMethod string, ...) (*smtpEmailSender, error)
NewSMTPEmailSender creates a new instance of smtpEmailSender
NewSMTPEmailSenderWithConnMethod creates a new instance of smtpEmailSender
Source Files
¶
Click to show internal directories.
Click to hide internal directories.