Hello everyone,
I’m facing an issue with sending email campaigns using our application. The problem is that, despite specifying different “from” addresses for each campaign, all the emails are being sent with the same envelope address—specifically, the admin email address configured in the application settings.
Here’s a summary of the problem:
- Scenario: We are trying to send campaigns with various “from” addresses by different admins
- Expected Behavior: Each email should be sent with the corresponding “from” address as the envelope address.
- Actual Behavior: All emails are sent with the admin email address as the envelope address, regardless of the “from” address specified.
What I’ve Tried:
- Checked the application settings to ensure that the envelope address is not hardcoded.
- Verified that the “from” address is correctly set for each campaign.
- Reviewed the documentation and configuration files related to email sending.
Questions:
- Has anyone else encountered this issue or a similar one?
- Are there any configuration settings or code adjustments I might have missed that could affect the envelope address?
Any insights or solutions would be greatly appreciated!
Thanks in advance for your help