I have checked the StackOverflow and couldn't find any question that answers how to validate email in Go Language. After some research, I figured out and solved
This is my views file: I have made a token file to generate a link and info file for details like EMAIL_HOST_USER and etc. current_site = get_current_s
I now validate email addresses like so: [-+.'\w]+@[-.\w]+\.[-.\w]+ Which means that if users accidentally have a trailing or leading space in that address (