jhvst / vertigo

Blog engine in Go (golang)
https://toldjuuso.github.io/vertigo
MIT License
263 stars 24 forks source link

Pretty emails #43

Closed jhvst closed 9 years ago

jhvst commented 9 years ago

Currently the SMTP package sends emails which do not look good in email clients: https://mailinator.com/inbox.jsp?to=vertigo-test

The code in the email recovery (https://github.com/9uuso/vertigo/blob/master/email/email.go#L34) should be modified so that reading the emails would look fine.

jhvst commented 9 years ago

merged to master