-
Notifications
You must be signed in to change notification settings - Fork 510
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
Email not being sent #468
Comments
Please send full error message |
I found a little bit more. And the laravel log says: |
Does it happen for all outgoing emails or just for some customers? Can you give examples of email addresses? |
It happens for all emails except emails send using the testing tool. |
Have you tried to clear the cache in Manage --> System --> Tools? |
Yes. I've cleared that cache a couple of times, to no avail. |
Updating to latest version only returns the error. Which is not surprising as it is simply running composer update presumably, and thereby overwriting the change I made to the dependency. |
@freescout-helpdesk I'm facing a similar error. Test emails go fine. However, My replies/outgoing emails are not being sent and I've to force-fetch all incoming emails. Please help. |
Sorry, we can't reproduce the issue on our end. |
I got same error after moving site from Vultr to DO. Still checking what is wrong. |
|
Partial finding: PHP 7.4 I'm using 7.2 now but the issue still there. |
If anyone can provide us access to your server to check this issue please email at [email protected] |
I'm facing the same issue. Just sent the ssh access to email. |
Are you using the latest version of FreeScout? |
Confirmed in the present version the issue still exists. |
Looks like this is related to the email validator package. Omitting the following line, stops this error and the app working. I'm not sure how this affects though.
|
Make sure that your console PHP version is < PHP 7.4:
|
You are absolutely right! Although I set PHP version for FreeScout app, the composer always using PHP-CLI on Ubuntu, then downgrading to PHP 7.3 solved the issue!! |
Great. |
I am seeing a problem with sending email.
The logs say: Trying to access array offset on value of type null
I really have no idea on where to begin to debug this.
The text was updated successfully, but these errors were encountered: