-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[bitnami/suitecrm] SuiteCRM 8.x mail configuration not working #47482
Comments
Hi, Could you launch it with BITNAMI_DEBUG=true env var to see if it provide more insight on the issue? |
with this environment variable set this is the log:
I think the problem is, that the auth endpoint changed from suitecrm 7 to suitecrm 8. The new endpoint is at POST Maybe this curl command helps:
|
Hi @tldev-de, thanks for sharing these details. Have you tried configuring SMTP for SuiteCRM 7? To confirm that it is a regression. Or maybe configuring mailing via UI? |
With the SuiteCRM 7 image everything works fine, manual configuration as well as environment variables. Manual configuration in the suitecrm 8 (no env variables set, but manual configuration in the browser after everything runs) works as well. So the problem is related to suitecrm 8 and the configuration over environment variables. |
Hi @tldev-de, thank you very much for confirming it. This is definitely a bug in the way we configure SuiteCRM 8. Thank you for reporting it. We will try to allocate some time to investigate the issue. In the meantime, could you please set the email configuration manually via web browser? |
I've reported same bug a bit earlier |
How come the issue is not fixed after half a year has gone by? 🤷 |
Unfortunately and due to other priorities we didn't have the bandwidth to work on this issue. Since the code is open source and available in this repo, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance. |
I'm working on fixing this locally and will supply a PR if/when I resolve it. |
I'm not even able to hit the API. Seeking help here: https://community.suitecrm.com/t/v4-1-api-call-not-working-params-not-received/97318/11 |
I haven't used SuiteCRM v7 (or v8 either), but trying it recently I got the same error. I worked around mine using port 465 (plain TLS), instead of 587 (starttls). That might be provider/mailserver-specific though, and if this is the same problem, I don't know why it worked for you before. Also: Based on "Example 2: Add SuiteCRM API support" on Docker Hub I assumed that this image didn't support the API by default - but maybe that's out of date? |
Name and Version
bitnami/suitecrm:8
What architecture are you using?
amd64
What steps will reproduce the bug?
What is the expected behavior?
SuiteCRM should start and configure SMTP
What do you see instead?
there is an error configuring SMTP in the application
The text was updated successfully, but these errors were encountered: