Skip to content

Powermail generates emails with wrong sender address (sometimes!) #1362

@devxpoint

Description

@devxpoint

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:

Image

Who can explain this behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions