CONFIGURING HUMANMANAGER TO STOP SENDING ALL MAIL NOTIFICATIONS ASIDE PASSWORD RESET

CONFIGURING HUMANMANAGER TO STOP SENDING ALL MAIL NOTIFICATIONS ASIDE PASSWORD RESET


CONFIGURATION ON HUMANMANAGER GUI

Ensure system email address is inputted for Non-Staff SYS

Foundation > System Administration > Authorisation > Define Access Right for Non-Staff

 

Insert SMTP server’s IP Address in Global Processing Rule.

Foundation > System Administration > Setup > Core Foundation > Define Global Processing Rule

 

 

CONFIGURATION ON JBOSS FOLDER

Add SMTP server’s IP Address and port to Appcontextmail.xml file

Jboss 4.0.2 > bin > Appcontextmail

<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">

<beans>

<bean id="sender" class="org.springframework.mail.javamail.JavaMailSenderImpl">

<property name="host">

<!-- Put a valid smtp mail server here -->

<value>12.3.456.78</value>

</property>

<property name="port">

<!-- Put a valid smtp mail port here e.g 25 -->

<value>25</value>

***Green is SMTP server’s IP Address

***Red is SMTP port.

 

Remove email address in Appcontextmail.xml file

<!--A valid email address, which is a from account e.g. selfservice@systemspecs.com.ng-->

<value></value>


    • Related Articles

    • HUMANMANAGER RESTORE PROCEDURE ON ORACLE DATABASE

            1. Open Command Prompt (CMD)       2. Enter command IMP and press Enter       3. Enter HumanManager database’s Username and Password       4. Enter N (No) for Import Data Only       5. Enter directory and filename for the import file. e.g. ...
    • HUMANMANAGER BACKUP PROCEDURE ON ORACLE DATABASE

            1. Open Command Prompt (CMD)       2. Enter command EXP and press Enter       3. Enter HumanManager database’s Username and Password       4. Press Enter to accept default buffer size       5. Specify directory and filename for the backup file. ...
    • HumanManager Tax Computation Process

      This Manual explains the Tax set-up process on HumanManager. Note: All amounts referenced for purpose of freepay, tax law and taxable income algorithm were assumed and do not represent the actual figures in your environment.  Five steps to be covered ...
    • A step-by step guide on HumanManager Serialization

      Step 1: Download the attached serialization form   Step 2: Click on Enterprise Services menu   Step 3: Click on Foundation Module   Step 4: Select System Administration   Step 5: Click on Serialization Menu   Step 6: Enter the details in the attached ...
    • DEFINING PENSIONABLE ALLOWANCES AND APPLICABLE RATES FOR PENSION DEDUCTION ON HUMANMANAGER

      The following steps are provided to update HumanManager to accommodate the rules of the Pension Act 2014. A. CONTRIBUTORY PENSION MODULE HAS BEEN ACTIVATED              i. For Company Wide Update (i.e. Pension is setup as Company Wide): ...