Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + type Mailer struct + From string + FromName string + Host string + Password string + Port int + Username string + func NewMailer() *Mailer + func (m *Mailer) Send(to, subject, htmlBody string) error Other modules containing this package github.com/RAiWorks/RapidGo/v2