Email (Subscribe) notifications failing [message #32273] |
Sun, 18 June 2006 23:50 |
jimsky7
Messages: 3 Registered: June 2006
Karma: 0
|
Junior Member |
|
|
My FUDForum works just fine, including the notifications for newly-registering members, EXCEPT that when one of them signs up to "subscribe" to a forum or a thread, no notifications ever arrive via email.
I have tried using the regular PHP mail, and also have tried using a separate SMTP server. I have verified that the SMTP authorization is working (by making it FAIL first and then correcting it so it works).
I have tried the trick of having the user who wants the notifications go mark the thread as "all messages read." But this doesn't help either. No messages ever arrive.
I have "watched" the email log on the RECEIVING mail server to see whether there is ever any attempted connection from FUDForum (both when it is using PHP and when it is using SMTP) and no attempt is made by FUDForum to connect to the receiving email server.
Anyone have any ideas? (I am willing to look at PHP code if necessary, but hardly know where to start.)
|
|
|
|
|
Re: Email (Subscribe) notifications failing [message #32284 is a reply to message #32282] |
Mon, 19 June 2006 01:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Basically smart notification gets it "smarts" from the logic which says:
If the user did not read messages for which previous notifications were sent, don't send anymore notifications.
When you mark everything read, you effectively reset the logic, which is why notifications start to come through.
It is safe to enable them on, but if your users complain (since they don't always act upon new topic/message notifications) it is better to leave it off.
FUDforum Core Developer
|
|
|
|
Re: Email (Subscribe) notifications failing [message #32302 is a reply to message #32288] |
Mon, 19 June 2006 23:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
When a user is deleted all their data is removed from a the forum, if they re-register a new user id is assigned to them, which is what the forum is using for read indicators.
FUDforum Core Developer
|
|
|