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

About changing the subject text in welcome email #324

Open
Ferguson230 opened this issue Dec 17, 2022 · 1 comment
Open

About changing the subject text in welcome email #324

Ferguson230 opened this issue Dec 17, 2022 · 1 comment

Comments

@Ferguson230
Copy link

The welcome email for new users is ignoring the app name in the config.

The email template in the path: public_html/core/admin/users/emailTemplates/welcomeUser.html that is sent when a new employee and user account is created seems to be ignoring the app name in the config.

Is there a way to change the subject text of the welcome email?

@ddave001
Copy link
Collaborator

You can change the email subject here:

return $this->emailSender->sendEmail("Your IceHrm account is ready", $emailTo, $email, $params);

But this will be overridden when you upgrade to the next version. So you'll need to keep track of these changes. But in future we have some plans to allow making such changes without modifying icehrm core code.

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

No branches or pull requests

2 participants