Simple email validation
static final RegExp emailSimple = RegExp(r'^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$');