06/19/2018 at 3:34 pm
#465899
Guest
OK, so I found the issue. I had been obfuscating email addresses by replacing the “@” with special characters and then replacing the @ on the fly on the front end. This was being saved in the database, and your code must check to see if an email is valid. If not, it doesn’t show it. So by doing a search and replace on my special characters, I was able to replace the @.
Thanks.
