Download the PHP package mediatis/formrelay-mail without Composer
On this page you can find all versions of the php package mediatis/formrelay-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mediatis/formrelay-mail
More information about mediatis/formrelay-mail
Files in mediatis/formrelay-mail
Package formrelay-mail
Short Description Mail delivery system based on Mediatis Formrelay
License GPL-2.0+
Homepage https://www.mediatis.de
Informations about the package formrelay-mail
Introduction
EXT:formrelay_mail is providing a destination for EXT:formrelay, which handles form submissions for various endpoints.
It is dispatching the form data as standardised email.
Setup
All basic settings, explained in EXT:formrelay, (including the overwrite mechanics) apply to this extension as well.
plugin.tx_formrelay_mail.settings.enabled
Default: 0
.
Set to 1
to enable the extension.
plugin.tx_formrelay_mail.settings.recipients
Default: [email protected], [email protected]
.
Set the email addresses of the recipients as comma separated list.
plugin.tx_formrelay_mail.settings.sender
Default: [email protected]
.
Set the email address of the sender.
plugin.tx_formrelay_mail.settings.subject
Default: Mail from website
.
Set the subject of the email.
plugin.tx_formrelay_mail.settings.includeAttachmentsInMail
Default: 0
.
Set to 1
if uploaded files shall be attached to the email.
In any case the uploaded files will be linked within the email (as part of the form data).
plugin.tx_formrelay_mail.settings.valueDelimiter
Default: \s=\s
.
Set the separator between field name and value.
\s
will be translated to a space character.
\n
will be translated to a line break.
plugin.tx_formrelay_mail.settings.lineDelimiter
Default: \n
.
Set the separator between the different field-name-and-value-pairs.
\s
will be translated to a space character.
\n
will be translated to a line break.
Generating changelog
- CHANGELOG.md must be generated together with every git release and commited together with ext_emconf.php.
printf '%s\n%s\n' "$(git log $(git describe --tags --abbrev=0)..HEAD --no-merges --format=%B)" "$(cat CHANGELOG.txt)" > CHANGELOG.txt
All versions of formrelay-mail with dependencies
typo3/cms-core Version ^10.4 || ^11.5
mediatis/formrelay Version ^5.0 || ^6.0
form-relay/mail Version ^3.0
symfony/mailer Version ^5.3.4