EMail Sent to Customer
Moderator: mkoch227
-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
EMail Sent to Customer
Script URL:
Version of script: 2.5
Hosting company: 1and1
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
The following is from the HELP file:
=============================================
Strip quoted reply
This function deletes quoted replies from all customer emails before they are converted into a ticket using Email piping or POP3 Fetching.
All emails sent to customers will start with this line:
------ Reply above this line ------
Any text below this line will be removed when and email is imported into ticket reply.
=================================================
The "------ Reply above this line ------" is not appearing in the Email sent to customer notifying them of a reply...
What might I have missed when setting up HESK?
Thanks in advance for any help...
Al
Version of script: 2.5
Hosting company: 1and1
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
The following is from the HELP file:
=============================================
Strip quoted reply
This function deletes quoted replies from all customer emails before they are converted into a ticket using Email piping or POP3 Fetching.
All emails sent to customers will start with this line:
------ Reply above this line ------
Any text below this line will be removed when and email is imported into ticket reply.
=================================================
The "------ Reply above this line ------" is not appearing in the Email sent to customer notifying them of a reply...
What might I have missed when setting up HESK?
Thanks in advance for any help...
Al
Re: EMail Sent to Customer
Hi All,
This "special line" will only be added to emails if either POP3 fetching or email piping are enabled.
With these two functions disabled there is no need to add the special line as replying to emails will have no effect.
This "special line" will only be added to emails if either POP3 fetching or email piping are enabled.
With these two functions disabled there is no need to add the special line as replying to emails will have no effect.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
Re: EMail Sent to Customer
POP3 fetching IS enabledKlemen wrote:Hi All,
This "special line" will only be added to emails if either POP3 fetching or email piping are enabled.
With these two functions disabled there is no need to add the special line as replying to emails will have no effect.
Re: EMail Sent to Customer
Do you have "Strip quoted reply" enabled as well (needs to be)?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: EMail Sent to Customer
Oh, wait - one important thing is missing (might also need better explaining in docs).
For the strip quoted reply function to work, your email template needs to have the %%MESSAGE%% tag.
If there is no message in the email, the customer needs to visit the ticket.php page to see the message staff wrote so there is no point in encouraging them to reply via email without actually reading the message first.
For the strip quoted reply function to work, your email template needs to have the %%MESSAGE%% tag.
If there is no message in the email, the customer needs to visit the ticket.php page to see the message staff wrote so there is no point in encouraging them to reply via email without actually reading the message first.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
Re: EMail Sent to Customer
YesKlemen wrote:Do you have "Strip quoted reply" enabled as well (needs to be)?
-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
Re: EMail Sent to Customer
I agree... but....Klemen wrote:Oh, wait - one important thing is missing (might also need better explaining in docs).
For the strip quoted reply function to work, your email template needs to have the %%MESSAGE%% tag.
If there is no message in the email, the customer needs to visit the ticket.php page to see the message staff wrote so there is no point in encouraging them to reply via email without actually reading the message first.
I am using the default templates...
Which template should I be addressing here... once I get your reply I will check the contents and determine if the tag is present...
Have to step out for a few hours and will handle this when I return.
Al
Re: EMail Sent to Customer
By default emails to customers don't contain the message staff wrote ("new_reply_by_staff.txt") so this functionality indeed needs better explaining.
A list of all the templates and options:
http://www.hesk.com/knowledgebase/?article=35
A list of all the templates and options:
http://www.hesk.com/knowledgebase/?article=35
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
Re: EMail Sent to Customer
OK, made the change and it now displays the "reply above this line" line....Klemen wrote:By default emails to customers don't contain the message staff wrote ("new_reply_by_staff.txt") so this functionality indeed needs better explaining.
A list of all the templates and options:
http://www.hesk.com/knowledgebase/?article=35
The addition of the %%MESSAGE%% produces another problem....
along with the MESSAGE contents it also adds the some other 'end of Email' info...
Here is what I mean:
===========================================
------ Reply above this line ------
Dear Al Lawrence,
Our staff has just replied to your ticket "Test Hesk Ticket #5".
One more time to see how the message sent to you, displays. <<<<< the reply to the customer
Sunrise Doors Support <<<<< this and the next 2 lines do not belong here
http://sunrisedoors.com
support@sunrisedoors.com
You can view and reply to the ticket here:
http://www.sunrisedoors.com/kseh/ticket ... resh=36691
OR
You can reply to this Email.
Sincerely,
Sunrise Door Software
http://www.sunrisedoors.com
=======================================================
-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
Re: EMail Sent to Customer
DefinitelyKlemen wrote:By default emails to customers don't contain the message staff wrote ("new_reply_by_staff.txt") so this functionality indeed needs better explaining.

Thnks... the following needs some grammatical attentionA list of all the templates and options:
http://www.hesk.com/knowledgebase/?article=35

new_reply_by_staff.txt email sent to the after staff responds to a ticket
Al
Re: EMail Sent to Customer
These lines:
Sunrise Doors Support
http://sunrisedoors.com
support@sunrisedoors.com
Are actually your signature attached to the message (the "Attach signature (Profile settings)" option selected when replying to a ticket using the Add reply form).
Typo fixed
Sunrise Doors Support
http://sunrisedoors.com
support@sunrisedoors.com
Are actually your signature attached to the message (the "Attach signature (Profile settings)" option selected when replying to a ticket using the Add reply form).
Typo fixed

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
Re: EMail Sent to Customer
Yes that option is selectedKlemen wrote:These lines:
Sunrise Doors Support
http://sunrisedoors.com
support@sunrisedoors.com
Are actually your signature attached to the message (the "Attach signature (Profile settings)" option selected when replying to a ticket using the Add reply form).
Typo fixed

-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
Re: EMail Sent to Customer
Deselecting that option 'fixes' the problem... is this something that will be fixed?allawrence wrote:Yes that option is selectedKlemen wrote:These lines:
Sunrise Doors Support
http://sunrisedoors.com
support@sunrisedoors.com
Are actually your signature attached to the message (the "Attach signature (Profile settings)" option selected when replying to a ticket using the Add reply form).
Thanks,
Al
Re: EMail Sent to Customer
Well the signature is part of the message, so it normally shouldn't be removed.
Perhaps a setting might be a solution here (Include signature in email messages: yes/no).
Perhaps a setting might be a solution here (Include signature in email messages: yes/no).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 56
- Joined: Wed Sep 06, 2006 11:44 pm
Re: EMail Sent to Customer
The signature is part of the overall Email and should appear at the end of the Email.. in this case the %%MESSAGE%% is inserted in the middle of the Email, and it brings along the signature.Klemen wrote:Well the signature is part of the message, so it normally shouldn't be removed.
Wouldn't it make more sense to just NOT include the signature when using %%MESSAGE%%?Perhaps a setting might be a solution here (Include signature in email messages: yes/no).