- Posts: 8
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
Please ...cdorin wrote: Though you can create the feature request and if it is requested + easy to be implemented, we may take it into account (in LS 4
) .
$this->addCustomHeader("Reply-To: email@domain.com");
$this->addCustomHeader("X-Surveymailer",Yii::app()->getConfig("sitename")." Emailer (LimeSurvey.org)");
Totally silly and stupid to update LimeSurvey core when a plugin can be really easy to do ...kclingerman wrote: ....
in case anyone needs this in the future and the file has changed so line numbers aren't the same.
...
$limeMailer = $this->getEvent()->get('mailer'); $limeMailer->AddReplyTo('replyto@example.org', 'Reply to name');
Updating LimeSurvey core are always a bad solution.holch wrote: Denis, not everyone is as firm with the plugin system for Limesurvey as you are.
kclingerman needed a quick solution and this is what he found. Might there be a better solution? Obviously, as you have shown. But we should be happy that he was giving back to the community, most people here are only taking.
We have an extandable system : we must give good advice on forum not broken advice ... that potentially broke update ...