Ticket #241 (closed task: fixed)

Opened 1 year ago

Last modified 10 months ago

Email settings in elgglib.php

Reported by: jossif Assigned to: misja
Priority: normal Milestone: 0.9.1
Component: core Version: 0.9.0
Severity: normal Keywords:
Cc: Patch Included: 1
Review Stage: accepted

Description

Line 551 of elgglib.php $user->mailformat = 0;

setting this to 1 would be a better option until user preferences for email format can be added to the admin panel.

The current code, automatically creates a multipart MIME message that includes text and html versions, if the latter is provided.

Attachments

mail_format.diff (346 bytes) - added by renato on 12/28/07 02:53:12.
Add a plugin_hook for mail.

Change History

12/26/07 18:03:46 changed by jossif

As a follow-up to this, it would be useful to have *all* email messages in core to include both txt and html versions of the bodytext.

12/28/07 02:53:12 changed by renato

  • attachment mail_format.diff added.

Add a plugin_hook for mail.

12/28/07 02:54:50 changed by renato

See discussion in the forum

01/03/08 13:18:29 changed by misja

Patch looks good and simple enough to me.

01/25/08 14:00:31 changed by ewout

  • status changed from new to closed.
  • haspatch set to 1.
  • resolution set to fixed.
  • review_stage set to accepted.

Fixed in r1507. Please open a new ticket of type task for the plugin which implements the html mail functionality.