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

Incorrect working of mail signature #440

Closed
agorshechnikov opened this issue Apr 21, 2017 · 1 comment
Closed

Incorrect working of mail signature #440

agorshechnikov opened this issue Apr 21, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@agorshechnikov
Copy link
Contributor

agorshechnikov commented Apr 21, 2017

The content of 'Default mail signature' config is not inserted to each email to non admin users.
It's inserted in some emails and it's not for another emails.
Please check the condition in the iaMailer->send() method:

if ($this->Body && $this->_defaultSignature && !$toAdmins) {
    $this->Body .= $this->_iaCore->get('default_email_signature');
}
@4unkur 4unkur self-assigned this Apr 27, 2017
@4unkur
Copy link
Member

4unkur commented Apr 27, 2017

Couldn't reproduce.

@4unkur 4unkur closed this as completed Apr 27, 2017
@vbezruchkin vbezruchkin modified the milestone: 4.1.4 May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants