We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I moved my helpdesk to another URL. After that, all my email answers with embedded images old URL keep as old.
What do i need to do? Which table on Database or file config need to adjust?
The text was updated successfully, but these errors were encountered:
There is no any automatic way to change them. You'll need to change URLs by editing messages in conversations or edit records in threads table in DB.
threads
Sorry, something went wrong.
OK! Thank you for your comment. I login into phpadmin with threads table and replace body URL:
UPDATE threads SET body = REPLACE(body, 'https://newdomain.com/storage/attachment/', 'https://newdomain.com/storage/attachment/') WHERE body LIKE '%https://olddomain.com/storage/attachment/%' COLLATE utf8mb4_bin
body
I confirm it work!
No branches or pull requests
Hi,
I moved my helpdesk to another URL. After that, all my email answers with embedded images old URL keep as old.
What do i need to do? Which table on Database or file config need to adjust?
The text was updated successfully, but these errors were encountered: