I'm creating a website in Meteor where users can sign up to get notifications using their email address. I want to be able to verify the addresses that are entered, but users do not need to create an account. Is there a way to use the email verification tool built into Meteor without actually using accounts-password, or will I need to somehow create an email verification script from scratch?I'm creating a website in Meteor where users ca