I have a large dataset of customer information generated within the same column. I need to separate them into two columns: emails and dates

Currently, the format looks like the following:

emails and dates.JPG

In short, the lengths of the email addresses greatly vary, and the months and dates vary as well (1 or 2 digits).

Thank you all in advance.