-
Notifications
You must be signed in to change notification settings - Fork 508
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
Messages are sent multiple times #3585
Comments
What SMTP server are you using? |
postmarkapp.com
Von: FreeScout ***@***.***>
Datum: Mittwoch, 6. Dezember 2023 um 12:06
An: freescout-helpdesk/freescout ***@***.***>
Cc: Christian Bendlin ***@***.***>, Author ***@***.***>
Betreff: Re: [freescout-helpdesk/freescout] Messages are sent multiple times (Issue #3585)
What SMTP server are you using?
—
Reply to this email directly, view it on GitHub<#3585 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQKXNAS44RX3KBJYECGJAJDYIBGTHAVCNFSM6AAAAABAJB6QFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBSGY2TKMZWGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It looks like we can't help here. If there will be any results - feel free to share. |
Also check laravel log in Manage > Logs > App Logs. |
Hi there, just reporting experiencing this issue on 1.8.117. Like above, we unfortunately have no logs to work with because they're empty. In the end, I had to kill the queue to stop annoying all the senders in the conversation with endless retries and to avoid our domain being blocked as spam. Hopefully I can be of more help to fix though! :) SMTP server in this case is mail.gandi.net. |
Also are you using modern Microsoft OAuth IMAP authentication or APP_NEW_FETCHING_LIBRARY=true parameter in .env file? |
Thank you. I will deploy the custom SendReplyToCustomer.php file. No, not using Microsoft OAuth IMAP authentication. Server is mail.gandi.net (Postfix). Using IMAPS in and ESMTPSA out. And no, in our |
|
We just went through and checked sending a message to every address that happened in the incident individually. All seemed to "send" okay, but these entries are in: laravel-2024-01-29.log
Does that offer any insight? I do notice checking some of the conversations in the error log above though, say #4122 for example, that on that page itself the message says "pending" -- not sure if that's significant? But it also says "accepted for delivery" in the 'outgoing emails' menu: |
We need log records only for conversations where the issue occurred. See item 4: #3632 (comment) |
Okay, we'll have to work out some way to reproduce the issue then without bothering real recipients. If I can reproduce on a testing install, I'll report back. Thank you. |
PHP version: PHP 8.1.2-1ubuntu2.14
FreeScout version: 1.8.110
Database: Mysql (8.0.35-0ubuntu0.22.04.1)
Are you using CloudFlare: Yes
Hello,
we have the problem that E-Mails are sent multiple times to receivers.
In System Background Jobs we see that there are multiple retries:
But when we click on View Log we only get the message:
Outgoing E-Mail Log from Menu shows no trace also:
laravel log also has no entries to this emails.
queue-jobs.log also is quite empty:
How can we get logging to work to figure out what goes wrong?
Best
Christian
The text was updated successfully, but these errors were encountered: