DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration

Possible Setup

Constants (should be prefixed with plugin.tx_powermail.settings.) Description Type Default
moveFromToReplyTo.enabled Functionality enabled: Move <from> to <mailto> with fixed from mail bool 0
moveFromToReplyTo.moveFromToReplyTo.from.name Static From: Name (when enabled) text  
moveFromToReplyTo.moveFromToReplyTo.from.email Static From: Email (when enabled) text  

Example constants

################################################################
# Example setup for overriding <from> and presetting <mailto:> #
################################################################
plugin.tx_powermail {
    settings {
        moveFromToReplyTo {
            enabled = 1
            from {
                name = Serfhos Auto-Mailer
                email = no_reply@serfhos.nl
            }
        }
    }
}