<% /* Note: This is injected into `views/layouts/layout-email.ejs` */ %>

Welcome, <%= fullName %>!

You're almost ready to get started. Just click the button below to confirm the email address for your account:

Confirm email

If you have any trouble, try pasting this link in your browser: <%= url.resolve(sails.config.custom.baseUrl,'/email/confirm')+'?token='+encodeURIComponent(token) %>

Sincerely,

The NEW_APP_NAME Team