- 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');