I am getting this error:
Fatal error: Cannot redeclare is_valid_email() (previously declared in /wp-content/plugins/email/email.php:425)
I think this is the relevant code:
//validate email adress
function is_valid_email($email)
{
return (eregi ("^([a-z0-9_]|\\-|\\.)+@(([a-z0-9_]|\\-)+\\.)+[a-z]{2,4}$", $email));
}
I've no idea what all of that means - any help?
Oh, and if I deactivate the plugin, is there another way of helping readers forward articles via email?
Thanks a bunch,
Cathy