Refactored email sending, now using email_wrapper.js to send emails, always appending the signature (which was also fixed btw, emails only accept tables, not even float:left was working).
Also did some fixes to the email content and subject and some if statements.
Fixed the selector of rejeitado because of the database migration.
Thoroughly tested, also including bulk tests of sending 20 emails at a time (previously it would stop at 15).
Fixes #181
Refactored email sending, now using
email_wrapper.js
to send emails, always appending the signature (which was also fixed btw, emails only accept tables, not even float:left was working).Also did some fixes to the email content and subject and some if statements.
Fixed the selector of
rejeitado
because of the database migration.Thoroughly tested, also including bulk tests of sending 20 emails at a time (previously it would stop at 15).