I'm meeting an issue on Meteor with Accounts.forgotPassword method. My email smtp is well set up as I can use Email.send() without any issue once app is deployed.
But strangely, accounts.forgotPassword return an internal error. When looking at the logs I have this error :
Exception while invoking method 'forgotPassword' Error: Mail command failed: 550-Requested action not taken: mailbox unavailable
I do not really understand why I would have mailbox unavailable error with Accounts.forgotPassword but not with Email.send()
Does anyone already met that kind of issues ? I have already searched on the web for any clues but did not find anything :(
FYI I use ionos smtp
Since
Email.sendis working, I assume your MAIL_URL is set correctly, but yourAccounts.emailTemplatesis not. From https://docs.meteor.com/api/passwords.html: