package smtp import "time" type MailData struct { From string Recipients []string Data string RemoteAddr string Timestamp time.Time }