satisfeet / hoopoe-old

Hoopoe is the REST API service for satisfeet.
1 stars 0 forks source link

rewrite email package #43

Open bodokaiser opened 10 years ago

bodokaiser commented 10 years ago
  1. Change how email.Mailer is created to:
mailer, err := email.NewMailer(email.Config{
    Service: "gmail",
    // ...
})
  1. Mediate io.Writer calls to the underlaying email instead of reading from an o.Reader.
  2. Support attachements.