-
Notifications
You must be signed in to change notification settings - Fork 512
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
IMAP Folder To Save Outgoing Replies #4470
Comments
@freescout-help That's basically what I did already. The problem is that freescout/app/Jobs/SendReplyToCustomer.php Line 535 in 178ac6d
just returns I guess the next step would be to dig into the Webklex package code, which is a bit intimidating to be honest. Do you know if there's additional logging that can be enabled in Webklex? |
Are you connecting to your email via IMAP or POP3? Webklex/php-imap uses "imap.options.debug" config parameter to "echo" logging lines: Line 734 in 178ac6d
|
@freescout-help It's IMAP. Thanks for the tip, I'll try this! |
This is another case of the outgoing emails not being saved to the configured IMAP folder (see below for related issues)
I've configured this to "Sent" which I've double checked exists on the IMAP server. The app logs say:
Previous issues (that I found) are:
but I could not find any suggestions besides "debug on the server" with no follow-up. I'm happy to debug, if you tell me what I can check to figure out what's going wrong.
PHP version: 8.2.26
FreeScout version: 1.8.160
Database: MariaDB
Are you using CloudFlare: No
Are you using non-official modules: No
The text was updated successfully, but these errors were encountered: