Jump to content

email validating on a certain field


This topic is 7241 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Yes, to an extent.

You could validate the entry to ensure that it contains no forbidden characters (spaces, commas etc) and satisfies other minimum requirements (contains one "@" character, etc).

It is not possible to actually check that the e-mail address is "real" without somehow checking with the mail server. This, if it is possible with FMP, would require the use of a plug-in.

Link to comment
Share on other sites

>would require the use of a plug-in.

.. or the use of web services and XML

.. or a simple perl script using the Mail::Checkemail module

I do this using a perl cgi and XML/XSL import.

However, most mailservers nowadays do not allow for those checks anymore because of spammer's abuse.

Link to comment
Share on other sites

This topic is 7241 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.