The last privatemsg version of drupal 5 doesn't send email notification when a user receives a new message.
Can you guys please add this feature?

CommentFileSizeAuthor
#3 privatemsg.module.5.x-3.0.patch5.95 KBclaudiu.cristea

Comments

websites-development.com’s picture

subscribing

websule-old’s picture

hi drupallers,

you can test this patch available at : http://drupal.org/node/236667

regards,
deep.
Drupalpoint.com - Drupal Specialists.

claudiu.cristea’s picture

Title: Email Notification for drupal 5 » Integration with actions & E-mail Notification
Component: User interface » Code
Assigned: Unassigned » claudiu.cristea
Status: Active » Needs review
StatusFileSize
new5.95 KB

Resolved the "send e-mail notifications" issue through actions/triggers.

This patch add:

  • Add an "E-mail notification" configurable action.
  • Add a privatemsg sent trigger.
  • Implements hook_privatemsg() (only for $op == 'privatemsg sent' for now).
  • A user profile field (profile.module) can be checked in order to disable e-mail notifications on a per-user basis.
berdir’s picture

Status: Needs review » Closed (won't fix)

I'm closing old issues since Privatemsg for Drupal 5 is not maintained anymore. I suggest you switch to Drupal 6 if possible, many of the reported issues are probably already resolved there and if not, you're welcome to open a new issue.