addServiceTag(dbFieldName, tagName)
- Description: Adds a tag that may be used in welcome e-mails for services that are created using this module. dbFieldName values may be any of the following: "user1", "user2", "pass", "opt1", "opt2", "term", "notes". tagName is the name of the tag that will be replaced with the value supplied for this dbFieldName.
mymodule::$module->addServiceTag("user1", "domain");
Module Functions