Page 1 of 2

i'm not receiving email notifications

Posted: Tue Jun 03, 2003 12:15 pm
by redhair
----
Always notify me of replies:
Sends an email when someone replies to a topic you have posted in. This can be changed whenever you post
----
Is selected in my profile.

and...
----
Notify me when a reply is posted
----
is checked when i post.

please fix this problem so i can retreive postings i felt the urge to post in.

Posted: Tue Jun 03, 2003 12:16 pm
by JPlush76
I'm not getting them either :(

Posted: Tue Jun 03, 2003 2:27 pm
by Sevengraff
indeed, im afraid this is affecting me too.

Posted: Tue Jun 03, 2003 2:30 pm
by nielsene
hate to me a me-too-er, but me too..

(but doesn't this belong in the Site News/DevNetwork forum?)

Posted: Tue Jun 03, 2003 5:10 pm
by patrikG
same here :(

Posted: Tue Jun 03, 2003 5:48 pm
by jason
Hrm... I will have to take a look at this.

Are you guys using the quick reply feature? That *might* be it, though I am just guessing.

Posted: Tue Jun 03, 2003 6:09 pm
by patrikG
nope, only the good ole long-winded <post reply> button.

Posted: Tue Jun 03, 2003 6:23 pm
by McGruff
Same problem here.

Posted: Tue Jun 03, 2003 9:28 pm
by Stoker
mine has been like this since I signed up, on and off, sometimes it works, sometimes not, there are some old threads on the isse (long before the new portal and quick-reply changes)..

Posted: Wed Jun 04, 2003 7:05 am
by delorian
I've recived some e-mail notifications only at the begining, now I'm also in the not-email-notification-group. :D (and I'm not using quick-reply, only old-fashined post-reply button :))

Posted: Wed Jun 04, 2003 1:15 pm
by redhair

Code: Select all

<?php

$to= "moderaters@phpdn.com\n";
$subject = "Email not working!!\n";
$mail_body = "Please fix this!\n";
$mailheaders = "To:$to\n";
$mailheaders .= "From:redhair<nomail@redhair.nl.nu>\n";
$mailheaders .= "Reply-To:nomail@redhair.nl.nu\n";
$mailheaders .= "X-Priority:1\n";
$mailheaders .= "X-Message-Flag:Your attention is needed.\n";
$mailheaders .= "X-Mailer: mail powered by PHP ".phpversion()."\n";

mail($to, $subject, $mail_body, $mailheaders);

?>

Posted: Wed Jun 04, 2003 3:05 pm
by redhair
i just fell of my chair, for i received mail from this board!!!

:D

Posted: Wed Jun 04, 2003 3:15 pm
by twigletmac
redhair wrote:i just fell of my chair, for i received mail from this board!!!

:D
See, that's why it normally doesn't work - we don't want people to hurt themselves...

Mac

Posted: Wed Jun 04, 2003 4:10 pm
by patrikG
Thank god I only browse this board with my seatbelt fastened.

Posted: Wed Jun 04, 2003 4:12 pm
by delorian
E-mail recieved, great :D :P