Documentation ¶
Index ¶
- func LoginAuth(username, password string) smtp.Auth
- func NewEmail() mail.Mail
- func SendMail(subject, html string, fromAddress, fromName string, ...) error
- type Application
- type Email
- func (r *Email) Attach(files []string) mail.Mail
- func (r *Email) Bcc(bcc []string) mail.Mail
- func (r *Email) Cc(cc []string) mail.Mail
- func (r *Email) Content(content mail.Content) mail.Mail
- func (r *Email) From(from mail.From) mail.Mail
- func (r *Email) Queue(queue *mail.Queue) error
- func (r *Email) Send() error
- func (r *Email) To(to []string) mail.Mail
- type SendMailJob
- type ServiceProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct { }
func (*Application) Init ¶
func (app *Application) Init() mail.Mail
type SendMailJob ¶
type SendMailJob struct { }
func (*SendMailJob) Handle ¶
func (r *SendMailJob) Handle(args ...interface{}) error
Handle Execute the job.
func (*SendMailJob) Signature ¶
func (r *SendMailJob) Signature() string
Signature The name and signature of the job.
type ServiceProvider ¶
type ServiceProvider struct { }
func (*ServiceProvider) Boot ¶
func (route *ServiceProvider) Boot()
func (*ServiceProvider) Register ¶
func (route *ServiceProvider) Register()
Click to show internal directories.
Click to hide internal directories.