Browser Tools (BT)
Developer Documentation Pages

c c++ j JS p vb <<-- -->>

ThrowAwayEmail()

  Return true if the email you pass to it is from a domain that provides throw away
  email addresses.




Parameters:
  em      Field conatiaining what is presumed to be a valid
          email address to test if it is from a throw away domain.


Headers:
    bt.js


Return value:
    TRUE    Email is from a throw away provider.
    FALSE   Email is ok (NOT from a throw away provider).


Comment:
    IMPORTANT: This function does not check the if the email you
    pass is a syntactically valid email.  You should test your
    email with the ValidEmail() before passing
    it to this function.


Examples:


See Also:
    ValidEmail()


Test:


History:
    20030122    DJR         Created

© Copyright 2001-2003, Creativyst, Inc., All rights are reserved.


[ Toc (bt)]