Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set reply_to equal to report creator. #331

Merged

Conversation

czolnowski
Copy link
Contributor

Enable option to set reply_to in schedule reports for report creator e-mail and alias.


protected function setReplyToAsSender(Mail $mail, array $report)
{
if (isset(Config::getInstance()->General['set_reply_to_as_sender'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isset is not required (setting is always set because it's in global)

@czolnowski
Copy link
Contributor Author

Updated according to your directives.

mattab pushed a commit that referenced this pull request Jun 26, 2014
…reports

Set reply_to equal to report creator.
Cheers for the pull request of this useful new setting
@mattab mattab merged commit 87bcbc6 into matomo-org:master Jun 26, 2014
@mattab
Copy link
Member

mattab commented Jun 26, 2014

Cheers for the pull request of this useful new setting 👍

I created ticket to let users know about it in the changelog http://dev.piwik.org/trac/ticket/5387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants