Email piping and simple email from mail()
Moderator: mkoch227
Email piping and simple email from mail()
Hello,
I am enabled email piping, but all peoples get email from support-NOREPLY (from email) and in email text is
------ Reply above this line ------
If I enabled email piping I must change email from noreply to really email?
I am enabled email piping, but all peoples get email from support-NOREPLY (from email) and in email text is
------ Reply above this line ------
If I enabled email piping I must change email from noreply to really email?
Re: Email piping and simple email from mail()
Yes, this has changed since version 2.3 - in version 2.4 you need a real email address, because it supports replying to tickets via email. That's why is settings the email eas changed from "No reply email" to "From email".
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 piping and simple email from mail()
If a customer receives an e-mail, as I understand the client still needs to come to a ticket to read the message and actually he can respond to the form, but if you want to reply via e-mail, he has to return from the ticket to the email? What's the point? Did I understand something wrong, or is everything else?Klemen wrote:Yes, this has changed since version 2.3 - in version 2.4 you need a real email address, because it supports replying to tickets via email. That's why is settings the email eas changed from "No reply email" to "From email".
Re: Email piping and simple email from mail()
You need to modify email templates to include the message if you are using email piping/pop3 fetching.
%%MESSAGE%% will display the message in the email, see:
http://www.hesk.com/knowledgebase/?article=35
%%MESSAGE%% will display the message in the email, see:
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
Re: Email piping and simple email from mail()
Thanks! But now customers dont come into formKlemen wrote:You need to modify email templates to include the message if you are using email piping/pop3 fetching.
%%MESSAGE%% will display the message in the email, see:
http://www.hesk.com/knowledgebase/?article=35

Very need function that attach files into email then customer/staff replay or create new ticket.
Re: Email piping and simple email from mail()
Good idea, will see if I can add that for next version, or at least include direct links to attachments (maybe even better).
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 piping and simple email from mail()
quite often obtained in our private emails and the company's general e-mail inquiries from customers. would be great if it were possible to forward customers' e-mails to hesk. hesk can recognize say the "fwd", and e-mail client is taken, and the staff and e-mail ignored.
Re: Email piping and simple email from mail()
If the client creates a ticket, and have forgotten anything else to write, client return to the letter of the message "new ticket" and respond to it. Then into the client ticket form does not answer,but creates a new ticket.
Another problem is that the staff can not answer by email piping as well as customers, but create a new ticket.
Another problem is that the staff can not answer by email piping as well as customers, but create a new ticket.
Re: Email piping and simple email from mail()
What is the subject of your "New ticket" email? Is it in this format:
Can you post a sample email subject the customer receives?
As for staff replying to ticket over email - this is not something that will be supported, because there is no easy way of verifying email sender. For example, I could easily send an email that looks like it came from you@yoursupport.com and this could lead to security issues.
Code: Select all
[#%%TRACK_ID%%] New ticket: %%SUBJECT%%
As for staff replying to ticket over email - this is not something that will be supported, because there is no easy way of verifying email sender. For example, I could easily send an email that looks like it came from you@yoursupport.com and this could lead to security issues.
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 piping and simple email from mail()
Thank you, accidentally discovered the stayed of an older version by $ hesklang ['ticket_received'] and here the two variables were the same in text.php
Re: Email piping and simple email from mail()
Sometimes clients don't get emails that client submit ticket via email piping. Sometimes after creates ticket from email piping names is [Customer]. If client attach a file and send to email piping, file dont attach if subject is empty or name is [Customer] after creates ticket. I using pop3.
Re: Email piping and simple email from mail()
Email notification is always sent if a ticket is created over POP3 - if the customer doesn't receive it the problem is elsewhere (spam filters?). If HESK doesn't find a valid email address it doesn't create a ticket, so if the ticket is created notification is sent.
[Customer] is a default name used when HESK cannot find a valid customer name from the email headers.
Attachments are ignored only if they don't comply with attachment setting - for example if they are too big, too many or have file extensions you don't allow. The same settings/limits are used as for the "submit a ticket" form.
[Customer] is a default name used when HESK cannot find a valid customer name from the email headers.
Attachments are ignored only if they don't comply with attachment setting - for example if they are too big, too many or have file extensions you don't allow. The same settings/limits are used as for the "submit a ticket" form.
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 piping and simple email from mail()
I test self with 3 email - 2 emails dont get (ticket is created) emails (gmail and work email) and 1 get email another work email with same domain name and configuration. BUT then I answer like a staff to a customer than all 3 emails get notification that staff answer to a ticket.Klemen wrote:Email notification is always sent if a ticket is created over POP3 - if the customer doesn't receive it the problem is elsewhere (spam filters?).
I tested with same 3 emails. all emails have headers, sometimes name is, sometimes noKlemen wrote:[Customer] is a default name used when HESK cannot find a valid customer name from the email headers.
my worker sad that she attach files and in ticket are't, name - [Customer], my worker sad that she forgot write subject. Perhaps it is problem. But I test self tomorow his thingKlemen wrote:Attachments are ignored only if they don't comply with attachment setting - for example if they are too big, too many or have file extensions you don't allow. The same settings/limits are used as for the "submit a ticket" form.
Re: Email piping and simple email from mail()
I tested. There are really problem with email to customers using email piping and pop3. How to check(test) that problem really is with hesk or with server?
Re: Email piping and simple email from mail()
Send 3 sample emails to pop3test AT hesk DOT com and I will see what comes at my end.
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