Giter VIP home page Giter VIP logo

Comments (24)

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

@cableriassupport ,

Let us know, you have configured mailbox setting or not. Also, you will be run the refresh mailbox command in your project root directory for fetching mail replies in the tickets.

$ php bin/console uvdesk:refresh-mailbox your-configured-mailbox-email-address

If you are not setup mailbox option then follow the below blog:

https://www.uvdesk.com/en/blog/setup-gmail-mailbox-uvdesk-open-source-helpdesk/

Kind Respects,
Uvdesk Team

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

@cableriassupport ,

Let us know, you have configured mailbox setting or not. Also, you will be run the refresh mailbox command in your project root directory for fetching mail replies in the tickets.

$ php bin/console uvdesk:refresh-mailbox your-configured-mailbox-email-address

If you are not setup mailbox option then follow the below blog:

https://www.uvdesk.com/en/blog/setup-gmail-mailbox-uvdesk-open-source-helpdesk/

Kind Respects, Uvdesk Team

Hello,

Thanks for you reply. I have configurated mailbox.

I try the command but i have a fail:
image

I used sysnology system.. (distribution linux) but have a particular commands..
Regards

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

Hii @cableriassupport ,

I try the command but i have a fail:
image

As per shared your screenshot, you have not running the command in your project root directory. Once you make a try with run the mailbox command in your project root directory. Please check the below screenshot:

image

Also, refresh mailbox command before clear cache of your project using the below command in your project root directory:

$ php bin/console c:c

Also, let us know which uvdesk version you are using.

Thanks and Regards,
Uvdesk Team

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

Hii @cableriassupport ,

I try the command but i have a fail:
image

As per shared your screenshot, you have not running the command in your project root directory. Once you make a try with run the mailbox command in your project root directory. Please check the below screenshot:

image

Also, refresh mailbox command before clear cache of your project using the below command in your project root directory:

$ php bin/console c:c

Also, let us know which uvdesk version you are using.

Thanks and Regards, Uvdesk Team

HELLO,

LAST VERSION: 1.1.3

image

Now i have this fails...

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

@cableriassupport ,

As per shared your screenshot, you will be check imap and mailparse extension is enabled or not in your php.ini file.
For checking extension is enabled or not, run the below command, and check imap and mailparse extension is enabled or not:

$ php -m

image

If imap and mailparse extension is not enabled then first you will be installed imap and mailparse extension in your php. Please follow the below steps:

Please run the below command:

$ sudo apt install php8.0-imap

$ sudo apt install php8.0-mailparse

=> Note:

If unable extensions package dependency after use the command then at this moment you will be update all apache packages using the below command:

$ sudo add-apt-repository ppa:ondrej/php

or

$ sudo apt update

Once make a try with this solution.

Thanks and Regards,
Uvdesk Team

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

If I do php -m not show this extension.. but here this extension are enabled and I check in .ini and imap.so and mailparse.so is in configuration file..

image

Regards

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

Can anyone help us?

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

Let us know, you have after enabled these extentions restart your apache server or not. If not then once you restart your apache server.

Once you check your versions is same installed imap and mailparse according your php version. Also, should be shown the same extensions and version in php info() file and cli command line.

Also, let us know your are using windows (xamp or wampp) or ubuntu.

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

Hello I restarted the server some many times.. all server not only apache.
I am using SYSNOLOGY (NAS). Use DSM S.O. https://www.synology.com/en-global/dsm
Is linux distribution but is a own operating system for SYSNOLOGY.

Regards

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

Let us know, you have after enabled these extentions restart your apache server or not. If not then once you restart your apache server.

Once you check your versions is same installed imap and mailparse according your php version. Also, should be shown the same extensions and version in php info() file and cli command line.

Also, let us know your are using windows (xamp or wampp) or ubuntu.

Hello,
I create a new virtual machine and install ubuntu for try.. i install all and try to forgot password in a one customer.. but not send email.. not works.. i don't known becasuse.. How can I check what the error is? because I don't get any error message. the account is set up correctly.

image

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

@cableriassupport ,

Let us know, which email service you are using? Also, please share a screenshots of the configured option: swiftmailer, mailbox, and email settings.

We are informing to you, in your password field, you will be use the app password of your configured email address.

We are suggesting to you, once you can follow the below blog:

https://www.uvdesk.com/en/blog/setup-gmail-mailbox-uvdesk-open-source-helpdesk/

Thanks and Regards,
Uvdesk Team

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

@cableriassupport ,

Let us know, which email service you are using? Also, please share a screenshots of the configured option: swiftmailer, mailbox, and email settings.

We are informing to you, in your password field, you will be use the app password of your configured email address.

We are suggesting to you, once you can follow the below blog:

https://www.uvdesk.com/en/blog/setup-gmail-mailbox-uvdesk-open-source-helpdesk/

Thanks and Regards, Uvdesk Team

I try yo use gmail and other smtp service. In the two cases we have the same problem.
image
image
image

The password is correct. I see the guide to create in gmail a password to use in app external and I am using this password.. this password works in the original server (sysnology).. in ubuntu not works.

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

@cableriassupport ,

Let us know, after configuration your setup. You have cleared cache of your project. If not, once you make a try with clear cache of project using the below command in your project root directory:

$ php bin/console c:c

Now once you try with ticket created or ticket reply then check email received or not on customer email.

Thanks and Regards,
Uvdesk Team

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

@cableriassupport ,

Let us know, after configuration your setup. You have cleared cache of your project. If not, once you make a try with clear cache of project using the below command in your project root directory:

$ php bin/console c:c

Now once you try with ticket created or ticket reply then check email received or not on customer email.

Thanks and Regards, Uvdesk Team

I have tried to run that command but it still doesn't work...

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

You can try with the once delete the channel and setup again with correct app password of gmail then clear cache of your project using the below command:

$ php bin/console c:c

Now try with the ticket created or reply in the ticket then check email received or not.

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

ok... I do this and It's WORKS. Perfect now I have other problem.. I reply the email but not appear in ticket..

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

Hello,

Thanks for the updated here. Let us know, you have refresh the mailbox command for fetching the mail replies or mail tickets.

If not, you will be run the refresh mailbox command in your project root directory for fetching mail replies in the tickets.

$ php bin/console uvdesk:refresh-mailbox your-configured-mailbox-email-address

Once you make a try with run the refresh mailbox command.

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

php bin/console uvdesk:refresh-mailbox your-configured-mailbox-email-address

Great.. If I run this command works.. I go to ticket and the reply are in... but I need to run the command.. If i don't run not works.. Shouldn't it be automatic?

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

Hello,

Great.. If I run this command works.. I go to ticket and the reply are in... but I need to run the command.. If i don't run not works.. Shouldn't it be automatic?

Please follow the below steps for crontab setup:

You have added your crontab with the following command:

$ crontab -e 

image

After edit your crontab save and close the crontab for now (CTRL + X, CTRL + Y, then ENTER if you selected nano).

  1. Now check your view the contents of your crontab, but not edit it, you can use the following command:

$ crontab -l

image

  1. Now check the setup is correct or not, so you will run the showing file path command till end in your crontab terminal check the below screenshot:

image

If you are showing the successfully mailbox command running so it means setup is working now.

Note:

If you are not showing like this, so you will followed the below steps:

Go to the project root directory, and check the current directory of your project folder, run the below command:
 
$ pwd

image

 2. Now here showing your current directory project folder path, so copy and paste it in crontab file again like this:

image

  1. Once again check this is working or not, please follow the above 3 step again. You will run the showing file path command till end in your crontab terminal check the below screenshot:

image

Now your crontab is saved, and an email should fetch in every 5 minutes.

If you are still facing the same error then let us know.

Thanks and Regards,
Uvdesk Team

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

THANKS for all. Now It's works very well.

One last doubt. We have a corporate signature in the email... and it always attaches several photos when a person answers... is it possible that uvdesk uses plain text?

image

One example:

image

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

Hello,

THANKS for all. Now It's works very well

Thanks for the updated here. We are glad to know that your issue has been resolved now.

We have a corporate signature in the email... and it always attaches several photos when a person answers... is it possible that uvdesk uses plain text?

Yes, you can check it. It should be send the same content on customer email whatever we have added in email signature.

Thanks and Regards,
Uvdesk Team

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

Hello,

THANKS for all. Now It's works very well

Thanks for the updated here. We are glad to know that your issue has been resolved now.

We have a corporate signature in the email... and it always attaches several photos when a person answers... is it possible that uvdesk uses plain text?

Yes, you can check it. It should be send the same content on customer email whatever we have added in email signature.

Thanks and Regards, Uvdesk Team

Sorry, I think I explained myself wrong. We want that always that one person reply tickets by email it is always added in plain text to the tickets... currently when the people reply the system add images as attachments (these images are part of the email signature) no one has attached that...

from community-skeleton.

Komal-sharma-2712 avatar Komal-sharma-2712 commented on June 2, 2024

This is let you know that this is the current flow of UVdesk to add as a attachment of email signature images, system images or email replies images.

If you want to make any changes in the default flow of UVdesk helpdesk then it will be a part of paid customization and you need to discuss further on our support panel for the customization related requests.

Thanks and Regards,
Uvdesk Team

from community-skeleton.

cableriassupport avatar cableriassupport commented on June 2, 2024

Ok, I understand. Thanks for your support.

from community-skeleton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.