com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Configuring Registry to Send Emails

Follow the steps below to configure the Registry to send emails.

This sends each email to the corresponding delivery address you specify in the subscription using synapse.demo.1@gmail.com as the sender. This configuration is applicable for email addresses you obtain from gmail.com. Similarly, you can use an email address of any other sender, for which the email service provider grants access to a SMTP Server.

  1.  Add the following mail transport configuration to the <G-REG_HOME>/repository/conf/axis2/axis2.xml file, to configure WSO2 Governance Registry to send notifications via email. 

    <transportSender name="mailto" class="org.apache.axis2.transport.mail.MailTransportSender">
            <parameter name="mail.smtp.from">synapse.demo.1@gmail.com</parameter>
            <parameter name="mail.smtp.user">synapse.demo.1</parameter>
            <parameter name="mail.smtp.password">mailpassword</parameter>
            <parameter name="mail.smtp.host">smtp.gmail.com</parameter>
            <parameter name="mail.smtp.port">587</parameter>
            <parameter name="mail.smtp.starttls.enable">true</parameter>
            <parameter name="mail.smtp.auth">true</parameter>
    </transportSender>
  2. Update the following property in the <G-REG_HOME>/repository/conf/axis2/axis2.xml file.

    <transportReceiver name="mailto" class="org.apache.axis2.transport.mail.MailTransportListener">
    </transportReceiver>
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.