Validating Email Addresses in Windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Validating Email Addresses in Windows

    What are the methods used in validating email addresses in Windows i.e
    what are the replacement for getmxrr? does anyone have an example?


    Thank you
    John
  • CountScubula

    #2
    Re: Validating Email Addresses in Windows

    "John" <johnmark@faste rmail.com> wrote in message
    news:1ab390bb.0 402250820.5cb2c 0a8@posting.goo gle.com...[color=blue]
    > What are the methods used in validating email addresses in Windows i.e
    > what are the replacement for getmxrr? does anyone have an example?
    >
    >
    > Thank you
    > John[/color]

    exmplain in windows?

    this is PHP forum, not windows specific, or are you having a problem with a
    php function not supported in the windows version?


    here is a little tool I wrote to test email addresses



    --
    Mike Bradley
    http://www.gzentools.com -- free online php tools


    Comment

    • Manuel Lemos

      #3
      Re: Validating Email Addresses in Windows

      Hello,
      [color=blue]
      > What are the methods used in validating email addresses in Windows i.e
      > what are the replacement for getmxrr? does anyone have an example?[/color]

      You may want to take a look here at this class. It lets you hook a
      replacement for GetMXRR under Windows so it can work for you. The
      replacement function is provide and uses a DNS resolver class that works
      on Windows:



      --

      Regards,
      Manuel Lemos

      PHP Classes - Free ready to use OOP components written in PHP
      Free PHP Classes and Objects 2025 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


      PHP Reviews - Reviews of PHP books and other products


      Metastorage - Data object relational mapping layer generator

      Comment

      • John

        #4
        Re: Validating Email Addresses in Windows

        Manuel Lemos <mlemos@acm.org > wrote in message news:<c1jkah$1j 8d9u$2@ID-138275.news.uni-berlin.de>...[color=blue]
        > Hello,
        >[color=green]
        > > What are the methods used in validating email addresses in Windows i.e
        > > what are the replacement for getmxrr? does anyone have an example?[/color]
        >
        > You may want to take a look here at this class. It lets you hook a
        > replacement for GetMXRR under Windows so it can work for you. The
        > replacement function is provide and uses a DNS resolver class that works
        > on Windows:
        >
        > http://www.phpclasses.org/emailvalidation
        >
        > --
        >
        > Regards,
        > Manuel Lemos
        >
        > PHP Classes - Free ready to use OOP components written in PHP
        > http://www.phpclasses.org/
        >
        > PHP Reviews - Reviews of PHP books and other products
        > http://www.phpclasses.org/reviews/
        >
        > Metastorage - Data object relational mapping layer generator
        > http://www.meta-language.net/metastorage.html[/color]


        Thank you very much for the detail example. However I am unable to run
        the example because I am getting immediately a message from windows
        that there is no enough memory to run the program even if its the only
        program running.

        I am using Windows98 and Apache.

        John

        Comment

        Working...