chore: remove wrong comment
Plain text is now able to print tables
This commit is contained in:
		@ -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 {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user