Skip to content
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

Personal SMTP outbound fails #10508

Open
ExcelsiorEyer opened this issue Aug 24, 2024 · 0 comments
Open

Personal SMTP outbound fails #10508

ExcelsiorEyer opened this issue Aug 24, 2024 · 0 comments
Labels
Type: Bug Bugs within the core SuiteCRM codebase

Comments

@ExcelsiorEyer
Copy link

Issue

Outbound emails fail to send when a personal email is setup with SMTP. A debug shows that SugarPHPMailer is receiving encrypted password and as a result is failing authentication

Possible Fix

I am new to dev so bear with me if this is not the right approach, but I believe either action_send() in modules/Emails/EmailsController.php (or may be the sendFromOutbound() in modules/Emails/Email.php ??) should do a blowfishDecode on mail_smtppass if SMTP authentication is used before passing the outboundEmailAccount to downstream functions.

Steps to Reproduce the Issue

1. Create an outbound mail with SMTP auth
2. Go to Email > Compose and select the sender as the one using SMTP authentication
3. Hit send

Context

No outgoing emails at all

Version

7.14.5

What browser are you currently using?

Chrome

Browser Version

No response

Environment Information

MySQL, PHP8.2

Operating System and Version

Ubuntu

@ExcelsiorEyer ExcelsiorEyer added the Type: Bug Bugs within the core SuiteCRM codebase label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

1 participant