Closed evanj closed 10 years ago
Any progress on that? I can't find thee script as well and I can't login to my accounts if I can't send the verification mail...
I just added it to the repository. I may have missed a dependency or two (it was embedded in another project, with a TON of stuff that is not related).
@evanj It looks like the emailer is not up to date with mitro-core java. There are missing email types and it's just generally broken.
Can you provide me some more detail about what "generally broken" means?
The local templates are missing some email types that we added as mandrill only. Frankly those emails are not necessary to make the application work, so they can be safely ignored.
The thing that probably needs to be done to the emailer is adding flags to select between local templates and mandrill (and ideally default to local templates).
This is used to send emails to verify email addresses, and is currently in an old private repository.