Ecodev / newsletter

TYPO3 extension to send newsletter
https://extensions.typo3.org/extension/newsletter/
25 stars 26 forks source link

Implement feature Reply-To in extConf #78

Closed marvin-martian closed 8 years ago

marvin-martian commented 9 years ago

I was asked to have a separate Reply-To: added to the newsletter email header. It would be nice if this was configurable.

I will probably have a pull request for this when I integrate it in the near future if it is not done beforehand. Maybe I can combine it with issue #75

PowerKiKi commented 9 years ago

That sounds like a very reasonable use-case. What about storing this info at the newsletter level, instead of global extConf ?

marvin-martian commented 9 years ago

Yes, I haven't implemented this just yet but I will soonish. Just at the newsletter level is also ok with me. I think the Reply-To is more of an exception than the rule with mass mail sending.

tazeverywhere commented 9 years ago

+1 it would be very usefull, thx @marvin-martian @PowerKiKi

marvin-martian commented 9 years ago

It is in the current pull-request #71