Documentation ¶
Overview ¶
Package sendmail provides the functionnality to send emails thru smtp server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTPServer ¶
type SMTPServer struct { Expeditor string // from as "John Doe <john@doe.com>" URL string // server url with port if neccessary server:999 ID string // login PW string // password Host string // server address Disclaim string // disclaimer text at the end of all messages }
SMTPServer defines all information to send mail via smtp server
Click to show internal directories.
Click to hide internal directories.