Email Data installation by mail

Hello, I have installed virtualmin pro + whmcs, when a client makes a request it is installed virtual with username and password and all this information arrives at the user’s email, for example (user, password, url etc) but the user does not receive the data Of the script also installed (dolibar) the scripts were installed correctly previously. Is it possible to send the script installation data such as user, password, url? Thank you very much for the community help.

Help please friends, I need to install Dolibarr, wordpress automatically through Server Template send an email to the user with name and password.
By mail I receive the following:

The following virtual server has been set up successfully :

Domain name: ${DOM}
Hosting server: ${HOSTNAME}
${IF-VIRT}
Virtual IP address: ${IP}
${ENDIF-VIRT}
Administration login: ${USER}
Administration password: ${PASS}
${IF-WEBMIN}
Administration URL: ${WEBMIN_PROTO}://www.${DOM}:${WEBMIN_PORT}/
${ENDIF-WEBMIN}

${IF-WEB}
Website: http://www.${DOM}/
${IF-WEBALIZER}
Webalizer log reporting: Enabled
${ELSE-WEBALIZER}
Webalizer log reporting: Disabled
${ENDIF-WEBALIZER}

${ENDIF-WEB}
${IF-MAIL}
Email domain: ${DOM}
SMTP server: mail.${DOM}
POP3 server: mail.${DOM}
${IF-MX_SLAVES}
Backup SMTP servers: ${MX_SLAVES}
${ENDIF-MX_SLAVES}

${ENDIF-MAIL}
${IF-DNS}
DNS domain: ${DOM}
Nameserver: ${DNS_SERVER}
${IF-DNS_SLAVES}
Slave nameservers: ${DNS_SLAVES}
${ENDIF-DNS_SLAVES}

${ENDIF-DNS}
${IF-MYSQL}
MySQL database: ${DB}
MySQL login: ${MYSQL_USER}
${IF-MYSQL_PASS}
MySQL password: ${MYSQL_PASS}
${ELSE-MYSQL_PASS}
MySQL password: ${PASS}
${ENDIF-MYSQL_PASS}

${ENDIF-MYSQL}
${IF-POSTGRES}
PostgreSQL database: ${DB}
PostgreSQL login: ${USER}
PostgreSQL password: ${PASS}

${ENDIF-POSTGRES}

As I mentioned earlier I do not receive the data, user, password, url address.