Summary | Include links to ticket attachments in ticket email |
Queue | Whups |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | stevens (at) stevens (dot) it |
Created | 10/30/2008 (6091 days ago) |
Due | |
Updated | 08/14/2011 (5073 days ago) |
Assigned | 08/13/2011 (5074 days ago) |
Resolved | 08/14/2011 (5073 days ago) |
Milestone | 2 |
Patch | No |
Add configuration option to include an attachment link only (
Request #7615).2 files changed, 35 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/4c914f13babdade6bf4bf03b68ec9e482c1c45cd
Send uploaded attachments with notification messages (
Request #7615).2 files changed, 36 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/fd9fd5ccc9fe8644ec5d1d0b175dee8e02f39984
Version ⇒ Git master
State ⇒ Assigned
Assigned to Jan Schneider
configurable then.
attachment in the same way IMP does, so that the receiver can download
the file, using the provided url, without authenticating himself (if
the VFS module is enabled).
configurable then.
notification emails.
But I'll try to expose a different point of view to reiterate the
original request:
assume we've a private queue (accessible just to internal staff) where
customers can interact ONLY via email (using mail-filter.php). The
ticket's owner will be our customer (who sent the "opening" email) and
he will receive every update but JUST for that ticket, because he has
NO ACCOUNT and NO PERMS on the whole queue.
It's a not so uncommon use of a ticket system.
This is why I asked for the ability to send uploaded file attached to
the email sent to the ticket's owner.
How can the http(s) link could be useful to him and to us, in order to
let him receive an attachment?
Have we to drop a separate email attaching a file, instead of choose
to send it directly through whups?
Do You find it reasonable if seen under this context?
attachments around.
Summary ⇒ Include links to ticket attachments in ticket email
State ⇒ Accepted
notification emails.
State ⇒ New
Patch ⇒ No
Milestone ⇒
Queue ⇒ Whups
Summary ⇒ capability to send uploaded attachments via email
Type ⇒ Enhancement
Priority ⇒ 1. Low
ticket's owner) could be include the new attachment (if uploaded).
Something like a flag that the updater can set (or not) to let the
system know that the upcoming attachment should be mailed along with
the standard ticket information, or an additional select option in the
whups setup.
I think it should be not so hard to code; horde already have an
"addAttachment" function to build emails with file attached, that's
not the same as whups own "addAttachment" class.