Welcome, Guest
  • Page:
  • 1

TOPIC: Validation mail and check DNS

Validation mail and check DNS 2 years, 5 months ago #10580

Hi, i need verify that the mail is true whith getmxrr php command

the code to verify this mail is
function ff_EMail2_validation(element, message)
{
    $reg_exp= "/^[a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.([a-zA-Z]{2,4})$/";
    $result=preg_match($reg_exp, element.value);
    if ($result) 
    {
    	//validar el registro mx del dominio
		$mailparts=explode("@",element.value);
		getmxrr($mailparts[1], $mx_records, $mx_weight);
		$retVal=count($mx_records) > 0
    }
    else 
    {
    	$retVal=false;
    }
    return $retVal;
    
}

but don run.
can you help me?
  • Arias
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0

Re: Validation mail and check DNS 2 years, 5 months ago #10591

looks like you are trying to do that with a script, which is javascript. You will need to create a piece instead (element, message are only passed through the js scripts, so your code won't work).
===============================================
Satisfied?
Consider a membership!
===============================================
Like us on Facebook
===============================================
Follow us on Twitter
===============================================
  • Page:
  • 1
Moderators: TheMuffinMan, ForumSupport
Time to create page: 0.27 seconds

Facebook Discount - 40% Off!

Fans of our Facebook page here are entitled to get a 1-year-subscription for the price of a 6-months!

Steps to take:

  • Become a fan on Facebook (Like) here
  • Purchase a 6-months-subscription from here
  • Write a quick email to This email address is being protected from spambots. You need JavaScript enabled to view it. with your username and prove of your like and we'll upgrade to the 1-year-subscription

Joomla!® Forms Discount - 40% Off!

Already purchased a forms extension from a different vendor but your requirements changed and now you need a forms extension that is capable of more than just the standards? We help you to keep the costs for a change under control: Get a 40% discount on our professional membership plan! -- meaning timely unlimited access to all current and future commercial extensions, breezingforms themes & apps and Joomla!® templates at crosstec.de, including 1 year of support -- without any website limitations -- Just prove that you previously purchased another forms extension for Joomla!® from a different vendor and you are qualified.

Steps to take:

  • Purchase a 1-year-subscription from here
  • Write a quick email to This email address is being protected from spambots. You need JavaScript enabled to view it. with your username and prove of the purchase for the other form vendor and we'll upgrade to the professional-subscription

About

Crosstec GmbH & Co. KG

Bergisch-Gladbacher-Str. 829

51069 Cologne, Germany

Imprint