waldoCorp / easy-match

A website to help you and your partner find baby names you both love: https://easymatch.waldocorp.com/
https://easymatch.waldocorp.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Password reset email and gmail auto-collapse #136

Open williamlief opened 4 years ago

williamlief commented 4 years ago

The password reset email has identical text everytime it is sent, causing gmail to collapse and hide subsequent messages. Can we tweak the message to include the time when it was sent, and will the be enough to stop gmail's auto collapse behavior?

bcerjan commented 4 years ago

A cursory search indicates that gmail puts things in "conversations" when the subject line and sender are the same (or related to each other). This means we'd need to modify the subject line each time, which sort of isn't optimal. We could also (in theory) randomly change who is sending the email, but that feels super bad to do to. I feel like there should be some type of modification we can make to the email header to prevent this, but I haven't figured out what it would be yet.

williamlief commented 4 years ago

I did a little more reading and I think if we add the timestamp to the subject line it should stop this from happening.

bcerjan commented 4 years ago

Agreed, it might look a little funny but it should resolve the issue.

bcerjan commented 4 years ago

See b9cb45a. This should solve the issue but is a little ugly. Let me know what you think.