Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleURAC mail configuration
{
  "link": {
    "join": "https://YOURDOMAIN/#/join/validate",
    "forgotPassword": "https://YOURDOMAIN/#/resetPassword",
	....
  },
  "mail": {
    "join": {
      "subject": "Welcome to SOAJS",
      "path": "/opt/soajs/node_modules/soajs.urac/mail/urac/join.tmpl"
    },
    "forgotPassword": {
      "subject": "Reset Your Password at SOAJS",
      "content": "<p>Dear <b>{{ username }}</b>, <br />Your account status has changed to <b>{{ status }}</b> by the administrator on {{ ts|date('F jS, Y') }}.<br /><br /> Regards,<br/> SOAJS Team. </p>"
    },
	....
  }

	"fr": {
		"link": {
    		"join": "https://YOURDOMAIN/#/join/validate/fr",
    		"forgotPassword": "https://YOURDOMAIN/#/resetPassword/fr",
			....
  		},
  		"mail": {
    		"join": {
      		"subject": "WelcomeBienvenue toà SOAJS",
      		"path": "/opt/soajs/node_modules/soajs.urac/mail/urac/fr/join.tmpl"
    	},
    	"forgotPassword": {
      		"subject": "Reset Your Password atRéinitialisez votre mot de passe à SOAJS",
      		"content": "<p>Dear <b>{{ username }}</b>, <br />Your account status has changed to <b>{{ status }}</b> by the administrator on {{ ts|date('F jS, Y') }}.<br /><br /> Regards,<br/> SOAJS Team. </p>....."
    	},
		....
  		}
	}
}