emailComments - Geonovum/respec GitHub Wiki

For Consultatieversies (specStatus="GN-CV") there is a default text in the section "Status of this document" that contains an emailaddress for feedback and comments on the document. By default the emailaddress is [email protected]. Use the option emailComments to set a different emailaddress.

Example:

var respecConfig = {
    specStatus: "GN-CV", // status must be GN-CV for the emailaddress to show up
    emailComments: '[email protected]',
    ...
}