User tests: Successful: Unsuccessful:
Pull Request for Issue #46643 .
revert of PR #46431 because it inadvertently caused a b/c break for broken configurations that used to work but now don't anymore.
Run the following code:
$mailer = Factory::getContainer()->get(MailerFactoryInterface::class)->createMailer();
$mailer->setSender('test@example.com');
$mailer->addRecipient('me@example.com');
$mailer->setSubject('Test');
$mailer->setBody('Test body');
$mailer->send();
Also for people using external e-mail systems like your own hosted exchange. When your com contact e-mail address was the same as the global configuration e-mail address it would trigger anti spoofing measures resulting in e-mails being rejected as mentioned here #46431 (comment)
If this is the case for you i ask you to test again and make sure it works again now.
the sender was not test@example.com but the one set in the global configuration's from e-mail address.
the sender was test@example.com
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Libraries |
| Title |
|
||||||
| Title |
|
||||||
I have tested this item ✅ successfully on ed77c2d
I have tested this item ✅ successfully on ed77c2d
| Status | Pending | ⇒ | Ready to Commit |
| Labels |
Added:
bug
PR-5.4-dev
|
||
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-01-16 11:20:37 |
| Closed_By | ⇒ | richard67 | |
| Labels |
Added:
RTC
|
||
Thanks @TLWebdesign for this PR, thanks @tecpromotion and @muhme for review and @angieradtke and @tecpromotion for testing.
@laoneo Could you test if this PR fixes your issue #46643 ?
And @angieradtke could you test if it fixes yours?
Thanks in advance.