Versions in this module Expand all Collapse all v2 v2.3.1 May 15, 2023 Changes in this version + func Connect(path string, wordsPerMinute float64) *gorm.DB + func TemplateEngine(viewsFS fs.FS, printers map[string]*message.Printer) (*html.Engine, error) + type NoEmail struct + func (s *NoEmail) From() string + func (s *NoEmail) Send(address, subject, body string) error + func (s *NoEmail) SendDocument(address string, libraryPath string, fileName string) error + type SMTP struct + Password string + Port int + Server string + User string + func (s *SMTP) From() string + func (s *SMTP) Send(address, subject, body string) error + func (s *SMTP) SendDocument(address string, libraryPath string, fileName string) error Other modules containing this package github.com/svera/coreander github.com/svera/coreander/v3