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

[BUG] Outbound email - From: address is not respected #406

Open
rmendes-13 opened this issue Dec 4, 2023 · 0 comments
Open

[BUG] Outbound email - From: address is not respected #406

rmendes-13 opened this issue Dec 4, 2023 · 0 comments
Labels
Area: Emails Issues & PRs related to all things regarding emails & email module Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Type: Bug Something isn't working

Comments

@rmendes-13
Copy link

rmendes-13 commented Dec 4, 2023

General summary

The Outbound configuration for "From" on any mailbox (personal or group) is not respected/ignored

Previous or similar issues

Email outbound configuration issue
Email "From:" field not showing the google alias

Issue

  1. Personal user email account - outbound configuration:
    1.1. Using SMTP Authentication - SMTP username is user@domain.org
    1.2. “From” Address is user@domain.com
  2. Checking the configured settings under “Inbound Email Accounts” shows apparently the correct configuration:
    2.1. Outbound email account has the correct account selected
    2.2. “From” Address displays the correct from address

Result:

  • When composing an email, on the “From” field, I only get the SMTP username as from address and the emails are sent with the smtp username as “from”.
  • Both composing a new email or replying to any email.

Expected Behavior

Emails should be sent with the configured "From" address, not the mailbox username

Actual Behavior

Emails are sent with SMTP username
There are no relevant logs for this.

Possible Fix

Fix the From

Steps to Reproduce

  1. Add an inbound email account
  2. Enter the SMTP username to access the mailbox
  3. Configure on the "From" address, an alias authorised to send
  4. Test

Context

The email smtp username is not used for business.
I am communicating with customers with an email that shouldn't be used.

Your Environment

  • SuiteCRM Version used: SuiteCRM 8.4.1
  • Browser name and version: Apple Safari - Version 17.1 (17616.2.9.11.9, 17616)
  • Environment name and version: MariaDB 10.6, PHP 8.2
  • Operating System and version: AlmaLinux 9
@johnM2401 johnM2401 added Type: Bug Something isn't working Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Area: Emails Issues & PRs related to all things regarding emails & email module labels Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Emails Issues & PRs related to all things regarding emails & email module Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants