You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

send_plaintext_mail()

Usage

send_plaintext_mail(fromAddress, fromName, toAddress, toName, subject, content)

Description
Sends an e-mail with the given configuration. See Mail Configuration for more information. The e-mail methods are the main use-case for the template() method.

Example

${send_plaintext_mail('info@structr.com', 'Structr', 'user@domain.com', 'Test User', 'Welcome to Structr', 'Hi User, welcome to Structr!')}

Search results for "send_plaintext_mail()"

send_plaintext_mail()

Sends an e-mail with the given configuration. See Mail Configuration for more information. The e-mail methods are the main use-case for the template() method.

send_plaintext_mail(fromAddress, fromName, toAddress, toName, subject, content)