Details
Description
The cPanel module allows name servers to be specified on the module row when adding a new server or editing a server in the module. Add the same functionality for this in cPanel to Plesk.
Per the docs on cpanel at https://docs.blesta.com/display/user/cPanel#cPanel-WelcomeEmail the following conditional can be used in the welcome email to display the name servers associated with this module row/server:
{% for name_server in module.name_servers %}Name server:
{name_server} {% endfor %}I would recommend using the same variable/tag name as cPanel.