User tests: Successful: Unsuccessful:
Pull Request resolves #46419 .
Allow to configure the email for Sender property of PHPMailer. This is used for Return Path.
When it is not present then the email of the server will be used. This leads to broken validation for SPF / DKIM settings.
This is replaces for:
Note: It may not work the same for all servers.
Example via "Google SMTP" Google will force account email as Return Path
Apply path.
Also please check testing description from #46431
Send test email with and without Sender.
And check e-mail headers of the received emails.
Return path always contain server email.
Return path contain email you set in Sender field.
Please select:
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_config Language & Strings JavaScript Repository NPM Change Libraries |
| Labels |
Added:
Feature
Language Change
NPM Resource Changed
PR-6.2-dev
|
||
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-20 14:17:13 |
| Closed_By | ⇒ | Fedik |
@TLWebdesign please check