User Tag List

Results 1 to 10 of 10

Thread: Help Objects: cheking a valid email

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help Objects: cheking a valid email

    Hi,
    Does anyone know of an object which gives the best solution to get the mx records of an email using nslookup if I want to see an email entry is valid? I have tried by making a test.bat file and get the output but I do not know if it is the best way.
    An idea?

    Thanks in advance.

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    Are you wanting to see if an email address is valid, or just if the domain is valid / is set up to receive email?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    Hi Dynasoft,

    Thanks for the reply. I want to see if the domain is valid in other words I want to see if the email is registered to the domain and it will receive my replay.

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    nslookup and similar things can tell you if a domain is set up for email, but nothing can tell you if the email address itself exists short of actually trying to send email to it.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    Hi Dynasoft,

    In this link it is mentioned that they can varifye if the mailbox exists.
    in what other whay it is possible to do it if not by nslookup? is it possible to do it with the objects available to MMF?
    Thanks

  6. #6
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    Looking at the output they give, they are actually attempting to send an email to the address you give (and abort early, so that the email isn't actually sent).

    EDIT: Note that this is not necessarily reliable, various server settings can cause a mail server to either accept and then blackhole an email to a invalid address (for privacy) or reject a mail to a valid address (not trusting the source of the attempt at sending the email, for example).

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    Hi Dynasoft,

    I know that it is possible to use telnet to verify the method you describe. But the problem still exist that is if it is possible to do it by MMF object rather than finding the e-mail server by the output of the test.bat file which I described at first.

    Thanks

  8. #8
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    I don't know of any object which could do the equivalent of nslookup. Once you have the address of the mail server though, you could use moosock etc. to run the same commands that website does. EDIT: The problem of various anti-spam techniques blocking you isn't avoided though. For example: Nolisting (in which fake mx records are used), Greylisting (in which a server can temporarily reject you for not being a recognised sender), Callback Verification (in which the server you're contacting contacts you back to check if you're a real mail server); all would block you trying to verify if email addresses exist by contacting the server yourself.

    Or, you could just try to send an email to the address. On the whole, it's a lot easier.

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro

    Join Date
    Apr 2008
    Posts
    421
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    Hi Dynasoft,

    Thank you for that answer. I will have to read about all that you have mentioned.

    With best Reards


  10. #10


    Join Date
    Apr 2010
    Location
    Wi, United States
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help Objects: cheking a valid email

    Hmm, well you could verify the mailbox, or send an email using yahoo, and if it comes back with mail was unsuccessfully sent or etc, then it could, but that could be a security problem for your email. Sending an email manually is probably out of the question, as it is "CHECKING" if an inbox exists, as the user of your game would type it in, and it could be a security risk if you include your inbox name in the program, or a spam risk or something. I'm sure you could probably have series of events that checks if the format is valid, or a way to check for certain popular accounts, like yahoo, aol, hotmail, live, gmail, and msn.

Similar Threads

  1. Valid file name?
    By Bipolar_Games in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 28th February 2011, 08:57 PM
  2. checking for a valid URL
    By JohnZ in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 29th September 2009, 04:25 PM
  3. Not a valid Win32 application?
    By Game_Master in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 1st September 2008, 08:26 PM
  4. Getting Valid Monitor Resolutions
    By LazyCoder in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 26th March 2008, 11:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •