osarrouy / robinhoodcoop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wildcard tagged email addresses are not being recognized

whysthatso opened this issue · comments

it seems the form input email with a + might confuse the emailjs integration.

error from emailjs log

SMTP: Can't send mail - all recipients were rejected: 504 5.5.2 <foo.bar+coro>: Sender address rejected: need fully-qualified address

Fixed by c11ca81. Email validation should now be more strict.