i'm not receiving email notifications

We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.

Moderator: General Moderators

User avatar
redhair
Forum Contributor
Posts: 300
Joined: Fri May 30, 2003 4:36 pm
Location: 53.23N-6.57E
Contact:

i'm not receiving email notifications

Post 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.
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

I'm not getting them either :(
User avatar
Sevengraff
Forum Contributor
Posts: 232
Joined: Thu Apr 25, 2002 9:34 pm
Location: California USA
Contact:

Post by Sevengraff »

indeed, im afraid this is affecting me too.
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

hate to me a me-too-er, but me too..

(but doesn't this belong in the Site News/DevNetwork forum?)
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

same here :(
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post 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.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

nope, only the good ole long-winded <post reply> button.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Same problem here.
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post 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)..
User avatar
delorian
Forum Contributor
Posts: 223
Joined: Sun May 04, 2003 5:20 pm
Location: Olsztyn, Poland

Post 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 :))
User avatar
redhair
Forum Contributor
Posts: 300
Joined: Fri May 30, 2003 4:36 pm
Location: 53.23N-6.57E
Contact:

Post 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);

?>
User avatar
redhair
Forum Contributor
Posts: 300
Joined: Fri May 30, 2003 4:36 pm
Location: 53.23N-6.57E
Contact:

Post by redhair »

i just fell of my chair, for i received mail from this board!!!

:D
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Thank god I only browse this board with my seatbelt fastened.
Last edited by patrikG on Wed Jun 04, 2003 4:16 pm, edited 1 time in total.
User avatar
delorian
Forum Contributor
Posts: 223
Joined: Sun May 04, 2003 5:20 pm
Location: Olsztyn, Poland

Post by delorian »

E-mail recieved, great :D :P
Post Reply