Discover Packages
github.com/mre-fog/harbor11
src
common
utils
email
package
Version:
v1.8.2-rc2
Opens a new window with list of versions in this module.
Published: Aug 5, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Jump to ...
Documentation
Index
Constants
Variables
Functions
Ping(addr, identity, username, password, timeout, tls, insecure)
Send(addr, identity, username, password, timeout, tls, insecure, from, to, ...)
Types
Source Files
Documentation
Documentation
¶
func Ping(addr, identity, username, password string, timeout int, tls, insecure bool) error
func Send(addr, identity, username, password string, timeout int, tls, insecure bool, ...) error
func Ping(addr, identity, username, password string ,
timeout int , tls, insecure bool ) error
Ping tests the connection and authentication with email server
If tls is true, a secure connection is established, or Ping
trys to upgrate the insecure connection to a secure one if
email server supports it.
Ping doesn't verify the server's certificate and hostname when
needed if the parameter insecure is ture
func Send(addr, identity, username, password string ,
timeout int , tls, insecure bool , from string ,
to []string , subject, message string ) error
Send ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.