Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

PM Email Notification

Asked Modified Viewed 1,685 times
I
IoneT
I
IoneT 10
  • Member, joined since
  • Contributed 55 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
asked
Member

I have set to send a email notification when some one gets a PM
and did not work . what i must do ?! thanks for help
0 replies

2 posts

B
Bad Boy
B
____________________
BadBoy aka GoogleDude
http://www.googlecityforums.com
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 1 thread in the forums
answered
Member

Couple things to remember:

- If the notifications for the site are set to "YES", members can still override this by changing there own member settings.

- Also, even if you have the site set to send email notification, new users settings will still be set to "NO".

It's been discussed here before a couple times at least.

- One more thing, be sure that sendmail is enabled on your server.
0 replies
K
Ken
K
Ken 10
No Support by PM. Please use the forum.
  • Senior Member, joined since
  • Contributed 713 posts on the community forums.
  • Started 43 threads in the forums
answered
Senior Member

You can preview (not save) the following code in a Custom Page to set all users "PM email notify" to Yes:

<?php
$result = dbquery("UPDATE ".$db_prefix."messages_options SET pm_email_notify = '1'");
echo "Updated!";
?>


- but still new users settings will still be set to "No".
Edited by Ken on 26-07-2006 22:59,
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

K
K
Ken 10
No Support by PM. Please use the forum.
  • Senior Member, joined since
  • Contributed 713 posts on the community forums.
  • Started 43 threads in the forums
B
B
____________________
BadBoy aka GoogleDude
http://www.googlecityforums.com
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 1 thread in the forums
I
I
IoneT 10
  • Member, joined since
  • Contributed 55 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet