From 377cc7e34f13533db0c3352b4fc7513c3b64522d Mon Sep 17 00:00:00 2001 From: Mathieu Cornic Date: Sun, 18 Jun 2017 17:14:58 +0200 Subject: [PATCH] chore: remove wrong comment Plain text is now able to print tables --- hermes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hermes.go b/hermes.go index 853a555..a76a5d1 100644 --- a/hermes.go +++ b/hermes.go @@ -168,7 +168,6 @@ func (h *Hermes) GenerateHTML(email Email) (string, error) { // GeneratePlainText generates the email body from data // This is for old email clients -// Note : this mode is not able to print Tables func (h *Hermes) GeneratePlainText(email Email) (string, error) { err := setDefaultHermesValues(h) if err != nil {