Aschwin Wesselius - 2007-01-08 11:27:19
Hi, I'm looking into this code and find that the function ValidateEmailBox has a call to ValidateEmailHost function. But it reffers a $hosts variable which is not set. What is it suppose to do???
What I want (and I think this function is used for) is to find out what the mail-server is for the domain. Therefore I think the ValidateEmailHost has to set the $this->hosts variable within the class itself. But it only uses a local scope for hosts. If the MX-record returns a valid mail-server subdomain (or IP-address) I would like to use that to verify the user against.
Can somebody help me with this?
Thanks.
Unomi