Is it possible to validate that an input is of type email, so that if the user enters something that is not an email, a warning can be showed?
Discussion posts and replies are publicly visible
Another option that I don't see being discussed much is using a real time email validation API if you require more in depth verification.