if i enabled the email_verify module, simplenews always shows "The sender's email address you supplied is not valid." on edit newsletter page.

it also shows "Email Verify could not check the address because the server is running on Windows with a version of PHP below 5.3."

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miro_dietiker’s picture

Category: bug » support
Status: Active » Fixed

This has been fixed in the development version already.
Feature was broken in the alpha release.

Please test and report.

merryfreespace’s picture

unfortunately,I still see above two messages after updated to 6.x-2.x-dev.

merryfreespace’s picture

Status: Fixed » Active
merryfreespace’s picture

i attached a screenshot, please see it.

I comment the below code in simplenews_valid_email_address function for now on. its working.

/*if (module_exists('email_verify')) {
//Same validation as in email_verify.module on line 33
return module_invoke('email_verify', 'check', $email);
}*/

Operating environment: Windows 7 and PHP 5.2.x

thanks

merry

Simon Georges’s picture

Priority: Critical » Normal

Then it seems if email_verify can not run, it returns false.
Maybe email_verify should not activate itself if it can't run ? Are you using Windows ? Would patches in #508004: Email Verify requires the server of a version of PHP 5.3 on Windows? help ?

Simon Georges’s picture

Project: Simplenews » Email Verify
Version: 6.x-2.0-alpha2 » 6.x-1.2

Actually, it's not really a Simplenews issue, is it ? Let's see what the "Email Verification" folks think.

merryfreespace’s picture

Yes, you are right. it's actually a email_verify module issue.

merryfreespace’s picture

i have disabled the email verify module.

rmcom’s picture

Priority: Normal » Critical

Subscribing, this is an issue emanating from email verify.

This makes these two critical modules (simplenews and email_verify) incompatible!

rmcom’s picture

if i enabled the email_verify module, simplenews always shows "The sender's email address you supplied is not valid." on edit newsletter page.

I encounter the exact same problem in the latest version.

rmcom’s picture

Status: Active » Closed (works as designed)

This is a problem emanating from the simplenews module because it incorrectly interprets the result returned by email_verify_check.

I have posted a patch provided by Mr3T for simplenews here: http://drupal.org/node/1291774#comment-5957960

rmcom’s picture

Issue summary: View changes

it also shows "Email Verify could not check the address because the server is running on Windows with a version of PHP below 5.3."