How come my Meteor app with accounts package is not sending a verification email?
I am making a meteor app and I have the mrt accounts-password package added as well as mrt accounts-ui-bootstrap-dropdown. I have added the loginbuttons so users can create an account and that works just fine. I am using all defaults. On the server I have the code: Accounts.config({ sendVerificationEmail: true, forbidClientAccountCreation: false }); And when I create a new account, the server console prints: I20130821-18:31:42.105(-4)? ====== BEGIN MAIL #0 ====== I20130821-18:31:42.106(-4)? MIME-Version: 1.0 I20130821-18:31:42.107(-4)? From: "Meteor Accounts" <no-reply@meteor.com> I20130821-18