Wylio / meteor-mandrill

Meteor package for sending email via Mandrill
https://atmospherejs.com/wylio/mandrill
32 stars 8 forks source link

Login fails on remote site (but not in local/dev site) #14

Closed pr3ssh closed 9 years ago

pr3ssh commented 9 years ago

Hi there! First of all, thanks for this awesome package. I have being using in dev environment for several months and everything works fine but not in my remote site (production site). I cannot login on Mandrill and the system show me that message:

AuthError: Invalid login - 435 4.7.8 Error: authentication failed

Anybody knows what's going on? I load config data in settings.json and I use meteor-up for deploying. Thanks!

dandv commented 9 years ago

Might this be related to the capitalization of the Key parameter?

pr3ssh commented 9 years ago

@dandv thanks for your reply. Finally the problem was not related to meteor-mandrill but with the way I use for deploying (with Meteor Up). Sorry but I forgot to close that issue (fast programming facts).