You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: