Add email validation to prevent loosing customers
I've been frustrated by emails failing to reach potential customers due to address typos. I suggest implementing a simple email validation that checks domain names (ensuring 'hotmail.com', 'gmail.com', etc. are spelled correctly). Alternatively, provide a JavaScript hook that triggers before sending emails to the backend, allowing me to use my own validation tool.