Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11934, comment 4


Ignore:
Timestamp:
Jan 27, 2015, 1:00:02 PM (9 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11934, comment 4

    initial v1  
    11Another issue: in 1.1.3, even if both text/plain and text/html are enabled, smtp_always_{cc,bcc} options adds its addresses to Cc and Bcc headers to both notifications. As the result, the recipients which are listed in the options will receive two mails.
    22
    3 In the changes, the recipients would subscribe only text/plain format. See [source:jomae.git/trac/notification/mail.py@8d1e55ab:530-532#L519].
     3In the changes, the recipients would subscribe only text/plain format. See [source:jomae.git/trac/notification/mail.py@t11934:530-538#L519].
    44
    55I think it would be good to configure the default format. E.g. `[notification] default_email_format = text/html`.