split Email
This function splits the email in two parts: the local part and the domain part.
Return
a pair of strings containing the local and the domain part of the email
Author
Yuri Brandi
Parameters
email
the email to split
This function splits the email in two parts: the local part and the domain part.
a pair of strings containing the local and the domain part of the email
Yuri Brandi
the email to split