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.

Email

Send an email instantly after a certain action (e.g. after updating or deleting an entry).

For all the following configuration issues you have a few markers available:

Marker Translation
###_LINK### Link to the page the SQL Frontend is on
###_PID### page ID of this page
###_NOW### current timestamp formatted in standard TYPO3-set yyddmm format
###field/column name### any field/column value from the currently edited entry

Also, like in the interceptor CreateId, you may use functions like ###resolve:field/column name### in order to, for instance, resolve a foreign key. Just have a look at the CreateId documentation for details.

sRecipient

String, obligatory. Email address(es) to send the email to. Could be comma-list of multiple recipients.

Example:

administrator@email.com

sSubject

String, obligatory. Subject of the email to send.

Example:

TYPO3 Information: ###title###

In this example the marker ###title### gets replace with the column/field named title (if there is one, of course).

sMail

String, obligatory. The main message's body.

Example:

Hi there,

this is a message since the entry "###title###" was deleted on ###_NOW###.
To check if everything is correct, visit our page at ###_LINK###.

Best regards,
your team

sFrom

String. Sender of the mail address (easy for the recipient to answer and also important for the spam filter). If not set, the TYPO3 installation's system from address is taken. You may also include a nice display name.

Example:

Your Admin <administrator@email.com>