I have TYPO3 12 and powermail 12.5 with typoscript config to a fixed sender emailaddress:
plugin.tx_powermail.settings.setup {
receiver.overwrite {
senderEmail = TEXT
senderEmail.value = info@my-own-domain.de
}
}
All emails to me should have this sender address "info@my-own-domain.de" and in most cases it works.
But sometimes the given user emailaddress is used as sender emailaddresses, which crashes since SPF.
Also the markers in the email subject {my_marker} are not replaced, why?
Here is a screenshot from the module:
Who can explain this behavior?