powermail
powermail copied to clipboard
If there is no sender name in the form, the system default defaultMailFromName is used in "To" field for email to sender
Reproduce:
- set defaultMailFromName $GLOBALS['TYPO3_CONF_VAR']['MAIL']['defaultMailFromName'] = 'foobar';
- create form without a field with "This field contains the Name of the sender"
- form should contain a field with email adress
- Configure plugin to send an email
- fill out form
Result
Mail to sender (person who fills out form) will have the defaultMailFromName as recipient (To field in email):
To: foobar <[email protected]>
Expected result
Since there is no field in the form for the name of the person, there should not be a name in the To field at all:
versions
- latest v11
- powermail: 10.7.4