sendmail

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2019 License: MIT Imports: 10 Imported by: 0

README

sendmail

send mail via sendmail util

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Args string = "-t"
View Source
var Util string = "/usr/sbin/sendmail"

Functions

func Send

func Send(mail *Mail)

Types

type Attachment

type Attachment struct {
	Name    string
	Content []byte
	IsFile  bool
}

type Mail

type Mail struct {
	From        string
	To          []string
	Subject     string
	Message     string
	ContentType string
	Attachments []*Attachment
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL