Usage m := &gsend.Gmail { From: "[email protected]", To: "[email protected]", Subject: "mail title", Message: "body text", Password: "<password>", } e := m.Send() if e != nil { panic(e) }