- Issue created by @Paulmicha
- 🇫🇷France Paulmicha Porto Alegre, RS, Brasil
Current workaround : cf. patch attached.
- Status changed to Postponed: needs info
about 1 year ago 11:59am 21 November 2023 - 🇬🇧United Kingdom adamps
I can't reproduce this. When sending as anonymous then there is a box to put your email address in. Perhaps you have disabled the field on your site?
- 🇫🇷France Paulmicha Porto Alegre, RS, Brasil
Indeed, could it be that the switch from Swiftmailer to Symfony Mailer has introduced these fields ?
In our case, it seems preferable not to add those fields to the existing forms. - Status changed to Active
12 months ago 12:36pm 28 November 2023 - 🇬🇧United Kingdom adamps
Indeed, could it be that the switch from Swiftmailer to Symfony Mailer has introduced these fields ?
No, the field I refer to is part of Core.
In our case, it seems preferable not to add those fields to the existing forms.
Interesting I'm surprised that it worked without using this module. I had imagined that this field is mandatory.
I believe that the right fix is in ContactEmailBuilderBase
- if ($email->getSubType() == 'mail') { + if ($sender && $email->getSubType() == 'mail') {