Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forwarding mail to freescout does not create a ticket correctly #2940

Closed
alberto464 opened this issue Apr 23, 2023 · 9 comments
Closed

Forwarding mail to freescout does not create a ticket correctly #2940

alberto464 opened this issue Apr 23, 2023 · 9 comments

Comments

@alberto464
Copy link

Hi, when I send an email to FreeScout adding the word @fwd at the beginning, the system does not create a ticket for the customer whose first email it finds. Create it as if it were a normal conversation.

Here's a screenshot of the conversation it creates:

Schermata 2023-04-23 alle 11 25 23

@freescout-helpdesk
Copy link
Contributor

Are you using the latest FreeScout?

#2929 (comment)

@freescout-helpdesk
Copy link
Contributor

Closing for no activity.

@SecureCPU
Copy link

Hey,
I'm having the same issue as this:

Screenshot 2024-03-13 004421

@SecureCPU
Copy link

its still creating the ticket with the senders email address not the @fwd.
does this only work if I send it from my own email, or can it be set to work with any incoming email that has @fwd in the beginning of the mail?

@SecureCPU
Copy link

i tried forwarding from my own email, it doesn't work either.

Is this feature build into freescout or a plugin?

@tschabet
Copy link

tschabet commented Sep 11, 2024

I have the same problem. @fwd does not reliably work for me.
Particularly, it worked 1 time. Since that I did not change anything but when I @fwd Emails to Freescout it creates Tickets in my name instead of the customer's name. What can I do or what do I have to consider?
I use Outlook as standard Mailclient, and Apple Mail on my mobile devices.

I am using Freescout 1.8.152

@tschabet
Copy link

tschabet commented Sep 11, 2024

Thank you for the quick help!
The problem was that I wrongly typed @ Fwd instead of fwd (first character uppercase instead of lowercase). Which is necessary in order that the logic works. This line gave me the relevant hint:

const FWD_AS_CUSTOMER_COMMAND = @ fwd;

Maybe in future versions this could be simply changed to a list to make it case insensitive? -> @ fwd, @ Fwd, @ FWD
(all without the spaces between @ and character)

@dsmagghe
Copy link

dsmagghe commented Oct 2, 2024

I have the same problem. @fwd does not reliably work for me. Particularly, it worked 1 time. Since that I did not change anything but when I @fwd Emails to Freescout it creates Tickets in my name instead of the customer's name. What can I do or what do I have to consider? I use Outlook as standard Mailclient, and Apple Mail on my mobile devices.

I am using Freescout 1.8.152

I think you should check if in your forwarded mail there is perhaps a signature of yourself which is added, because it just takes the e-mailaddress it finds after the @fwd . I struggled as well and noticed it was my own signature that got before the mail which caused this problem.
Anyhow even with the latest build this is still the case. It could be solved by ignoring any of the emailaddresses that are in the users account after the @fwd and just take the first mail that is not from the forwarding user ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants