mitro-co / mitro

Repository for all Mitro client & server code
GNU General Public License v3.0
1.64k stars 242 forks source link

Add emailer2.py to the mitro open source release #35

Closed evanj closed 10 years ago

evanj commented 10 years ago

This is used to send emails to verify email addresses, and is currently in an old private repository.

fredericmohr commented 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...

evanj commented 10 years ago

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).

croemmich commented 10 years ago

@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.

evanj commented 10 years ago

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).