dnnslbrwn
19th December 2003, 19:29
I am creating a new session (and table) where one of the secondary indexes will be the user's e-mail address where they want status reports to be sent to. What I would like to do is validate the address as they enter it - by asking our mail server if that address exists (via telnet to port 25 maybe?).
Anyone have any ideas? Most, if not all, addresses will be our employees with their mail accounts on the local e-mail server which is M$ Exchange.
I am thinking I would ultimately like a small UNIX shell script that I could call from BAAN with the e-mail address as a parameter and it would either return 0 or 1 if it could find the address or not when talking to our exchange server.
-Dennis
Anyone have any ideas? Most, if not all, addresses will be our employees with their mail accounts on the local e-mail server which is M$ Exchange.
I am thinking I would ultimately like a small UNIX shell script that I could call from BAAN with the e-mail address as a parameter and it would either return 0 or 1 if it could find the address or not when talking to our exchange server.
-Dennis