jekyll-static-comments icon indicating copy to clipboard operation
jekyll-static-comments copied to clipboard

Added "Reply to" field to mail header

Open IQAndreas opened this issue 12 years ago • 2 comments

This fix allows blog owners to reply to the user's comment by replying to their email (if they included an email address in the comment) if they want a private reply rather than a reply as a comment on the blog.

Second version. This time I use the recommended header cleaning function from http://stackoverflow.com/questions/8071916/escape-string-to-use-in-mail

IQAndreas avatar Aug 11 '12 22:08 IQAndreas

My comments from #6 regarding 8e6b17b are appropriate here also. The brace placement on c35c45e is... unique. Far better to stick with the existing style, though.

mpalmer avatar Aug 12 '12 04:08 mpalmer

Third version. Does this look better?

I switched to a different cleaning function for mail input which seems to suit the purpose much better. http://mattgeri.com/blog/2012/01/escaping-input-to-the-php-mail-function/

IQAndreas avatar Aug 12 '12 10:08 IQAndreas