Hi,Attached is a patch against OTRS 2.2 BETA 2 (latest from CVS) that adds a new option.
ComposeFromAgentName (Ticket::Frontend::ComposeFromAgentName) allows replacing the address "realname", specified under "Email Addresses" in the Admin interface, by then Agent name in the "From" field when answering tickets.
Basically, if you have an address configured like this in OTRS, and assigned to some queue:
Name: [EMAIL PROTECTED] Realname: Tech SupportUsually when your agents answer some ticket the "From" field in the email message will look like:
Tech Support <[EMAIL PROTECTED]>With this patch, when ComposeFromAgentName is set, the above is changed to:
John Doe <[EMAIL PROTECTED]> Where John Doe is the name of the agent who answered the ticket. Hopefully this will be useful to other peoples as well Regards, Simon
otrs-2.2b2-composefromagentname.patch
Description: Binary data
_______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
