Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + const Binding + func LoginAuth(username, password string) smtp.Auth + func SendMail(config config.Config, subject, html string, fromAddress, fromName string, ...) error + type Application struct + func NewApplication(config config.Config, queue queuecontract.Queue) *Application + func (r *Application) Attach(files []string) mail.Mail + func (r *Application) Bcc(bcc []string) mail.Mail + func (r *Application) Cc(cc []string) mail.Mail + func (r *Application) Content(content mail.Content) mail.Mail + func (r *Application) From(from mail.From) mail.Mail + func (r *Application) Queue(queue *mail.Queue) error + func (r *Application) Send() error + func (r *Application) To(to []string) mail.Mail + type SendMailJob struct + func NewSendMailJob(config config.Config) *SendMailJob + func (r *SendMailJob) Handle(args ...any) error + func (r *SendMailJob) Signature() string + type ServiceProvider struct + func (route *ServiceProvider) Boot(app foundation.Application) + func (route *ServiceProvider) Register(app foundation.Application)