Email validation can be bypassed by entering malformed addresses that pass regex checks. This allows invalid emails to be stored and leads to bounce backs. Improving the validation pattern and adding server side checks will enforce email integrity.