wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
571 stars 44 forks source link

fix: parsing of ReplyTo with special characters #118

Closed cvette closed 1 year ago

cvette commented 1 year ago

Encoding makes no sense at this point and leads to parsing errors. Encoding is applied in SetGenHeader

wneessen commented 1 year ago

Thanks for the PR @cvette! Much appreciated! This indeed makes no sense.