gamonoid / icehrm

Manage your employees easily with a robust and efficient Human Resource Management System
http://icehrm.com
Other
565 stars 367 forks source link

About changing the subject text in welcome email #324

Open Ferguson230 opened 1 year ago

Ferguson230 commented 1 year ago

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 commented 1 year ago

You can change the email subject here: https://github.com/gamonoid/icehrm/blob/ea93d4604c86c9e355a5887b8772dff0b7b12333/core/src/Users/Admin/Api/UsersEmailSender.php#L45

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.