Hi all,
I would like to have a list of email domain strings that are used to filter the email addresses.
So let’s say that my domain strings are:
@live.vu.edu.au
@student.xyz.edu.au
The conditional logic would be:
If (email address contains one of the domain strings) then
do nothing special
else
output a message “email address is not valid”
Regards,
Leigh