Skip to content

Commit

Permalink
Remove TODO from Send method
Browse files Browse the repository at this point in the history
  • Loading branch information
teran committed May 12, 2018
1 parent 59a735f commit 3409dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/mailgun/mailgun.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func (b *Backend) AnonymousLogin() (smtp.User, error) {
}

// Send will send email synchronously via Mailgun service
// TODO: Send messages via queue
func (u *User) Send(from string, to []string, r io.Reader) error {
m, err := mail.ReadMessage(r)
if err != nil {
Expand Down

0 comments on commit 3409dff

Please sign in to comment.