Bug - Emails Addreses are case sensitive for users
|
|
If I send an email to mailroom from MyName@gmail.com and then another from myname@gmail.com I show up as 2 different users. Email addresses are unique regardless of their case. Mailroom should reflect this. You could fix this by downcasing all addresses with a before_create or you could ignore the case on the query. |
|
|
That is a good observation. I’m opening a ticket to see if we can handle this better. Thanks for posting. |
