23tony
Well-Known Member
I'm wondering what others use to check if an email address is valid. I don't mean that it's an actual in-use address, just that it is correctly formatted.
I found a couple references that pointed me to javax.mail.InternetAddress and to Apache Commons - I'm not completely clear on how to get the Apache Commons one onto my system, and it looks like javax.mail isn't supported, at least not OOB for Studio 3.3.2 (it doesn't recognize the import).
Do you use something different? Or can someone help me get one of the prebuilt ones working?
Thanks in advance!
I found a couple references that pointed me to javax.mail.InternetAddress and to Apache Commons - I'm not completely clear on how to get the Apache Commons one onto my system, and it looks like javax.mail isn't supported, at least not OOB for Studio 3.3.2 (it doesn't recognize the import).
Do you use something different? Or can someone help me get one of the prebuilt ones working?
Thanks in advance!