Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#10337 closed enhancement (duplicate)

email notifications do not contain images

Reported by: paulcarlisle@… Owned by:
Priority: low Milestone:
Component: notification Version:
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I enter a comment accompanied by an image on a Trac ticket, I receive an email containing the body of the comment. This does not, however, include the image; instead, the image macro appears in the body:

No image "myImage.jpg" attached to Ticket #10337

Attachments (0)

Change History (2)

in reply to:  description comment:1 by anonymous, 13 years ago

Replying to paulcarlisle@…:

When I enter a comment accompanied by an image on a Trac ticket, I receive an email containing the body of the comment. This does not, however, include the image; instead, the image macro appears in the body:

No image "myImage.jpg" attached to Ticket #10337 ←- Oops

Forgot to escape the image macro:

[[Image(myImage.jpg)]]

comment:2 by Remy Blank, 13 years ago

Resolution: duplicate
Status: newclosed

Trac currently only generates plain-text e-mails, which doesn't allow for embedded images. There's already a request for HTML e-mails (#2625), so I'm closing this as a duplicate.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.