So it is not a problem with the notifications because these are sent. When gmx and hotmail are blocking notifications it might be a problem with the settings your users are using. I have also a gmx account and I do receive all notifications. Please ask them to lower the Spam protection (this should work).
Maybe you can play around with the headers a little bit (see includes.php):
[code:1] $header = "MIME-Version: 1.0\n";
$header .= "Content-type: text/plain; charset=".getCharsetMailalias($config->mailcharset)."\n";
$header .= "Organization: ".$mosConfig_sitename."\n";
$header .= "Content-Transfer-encoding: 8bit\n";
$header .= "From: \"".$fromname."\" <".$frommail.">\n";
$header .= "Message-ID: <".md5(uniqid(uddetime()))."@{$_SERVER}>\n";
$header .= "Return-Path: ".$frommail."\n";
$header .= "X-Priority: 3\n";
$header .= "X-MSmail-Priority: Low\n";
$header .= "X-Mailer: Microsoft Office Outlook, Build 11.0.5510\n";
$header .= "X-Sender: ".$frommail."\n";
$header .= $addheaders;[/code:1]
These are valid headers, so emails should not b filtered.
As a first start you could remove the "X-..." flags. Sorry, but it works on my test systems and lots of other systems. Are you sure that your host (or IP range) is not listed in a blacklist?
But nevertheless it should work when you switch from phpMail to mosMail because then uddeIM uses the Joomla internal function to send emails.
Post edited by: slabbi, at: 2008/03/11 09:27
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer