dolanor·قبل سنتين·discussI don't want to be the old fart killjoy, but why not use net/mail.Parse()?Using regexp for email parsing is really error prone and gives email validators that don't accept characters like + that are often used for aliases, etc
Using regexp for email parsing is really error prone and gives email validators that don't accept characters like + that are often used for aliases, etc