Skip to Content Skip to Menu

(SOLVED) uddeIM - no email notification

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 7 months ago #58671 by slabbi
Replied by slabbi on topic Re:uddeIM - no email notification
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

Please Log in or Create an account to join the conversation.

  • duto
  • duto
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 5
16 years 7 months ago #58686 by duto
Replied by duto on topic Re:uddeIM - no email notification
thank you slabby - thats true
I tested uddeIM on another testserver - and I got the notifications

I´m sure - my server is not blacklisted - because other components (clexus, fireboard, CB) can send mails to these users
My setting is mosmail - joomla is configured to use my smpt server

I will try to find what makes uddeIM different to Clexus or Fireboard mailing and will report the result here

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 7 months ago #58690 by slabbi
Replied by slabbi on topic Re:uddeIM - no email notification
Maybe you can post the headers the other components use here in the forum.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 7 months ago #58700 by slabbi
Replied by slabbi on topic Re:uddeIM - no email notification
I have changed the message headers uddeIM writes. You will find the new includes.php in the trunk (it does only work with uddeIM 1.1beta1 or the trunk).

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • tails_uk
  • tails_uk
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
16 years 6 months ago #60453 by tails_uk
Replied by tails_uk on topic Re:uddeIM - no email notification
I have the same problem. I get nothing from uddeIM but when users post to the forum(fireboard) they get messages.

I have created two test users. Sent messages between the two user types with all the options mentioned on this discussion group but nothing.....

The email is going from myISP's webservers to myISP's email servers. So the server shouldn't be blacklisted.

Please Log in or Create an account to join the conversation.

  • rowby
  • rowby
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: -1
16 years 4 months ago #65501 by rowby
Replied by rowby on topic Re:uddeIM - no email notification
Hi

Can you tell me where I can find the Email tab you describe below? Using UddeIM v1.1

Check following:

Email tab:
1.) Name -> "Messaging"
2.) Email address -> "a valid email address"
3.) Email stop -> No
4.) Email announcements -> Always


Thanks!

Rowby

www.rowby.com

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum