Skip to main content

Customizing notification template

Comments

2 comments

  • cPanelMichael
    Unfortunately, when I go to /var/cpanel/templates on my server, I don't have an icontact folder. I only see these folders:

    Hello, You can create the directory for the desired template with a command like this:
    mkdir -p /var/cpanel/templates/icontact_templates/wwwacct
    Then, copy the desired template from the /usr/local/cpanel/etc/icontact_templates/ directory to the /var/cpanel/templates/icontact_templates/ directory with a command such as:
    cp -a /usr/local/cpanel/etc/icontact_templates/wwwacct/Notify.subject.tmpl /var/cpanel/templates/icontact_templates/wwwacct/
    You may also want to copy over the include and wrapper directories if the notification you are customizing uses them:
    cp -a /usr/local/cpanel/etc/icontact_templates/include /var/cpanel/templates/icontact_templates/ cp -a /usr/local/cpanel/etc/icontact_templates/wrapper /var/cpanel/templates/icontact_templates/
    Internal case DOC-7177 is open to improve the instructions on the
    0
  • swbrains
    Thanks for the information. I'll give this a try. :)
    0

Please sign in to leave a comment.