chore: remove wrong comment
Plain text is now able to print tables
This commit is contained in:
parent
be1f57b7ab
commit
377cc7e34f
|
@ -168,7 +168,6 @@ func (h *Hermes) GenerateHTML(email Email) (string, error) {
|
||||||
|
|
||||||
// GeneratePlainText generates the email body from data
|
// GeneratePlainText generates the email body from data
|
||||||
// This is for old email clients
|
// This is for old email clients
|
||||||
// Note : this mode is not able to print Tables
|
|
||||||
func (h *Hermes) GeneratePlainText(email Email) (string, error) {
|
func (h *Hermes) GeneratePlainText(email Email) (string, error) {
|
||||||
err := setDefaultHermesValues(h)
|
err := setDefaultHermesValues(h)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue