REST

See REST under "Get Data". This is the same function.

Email

SMTP Server connection. Easily send emails. Particularly useful in templates.

{{ email|host:"" | port: "" | user: "" | pass: "" | from: "" | to: "" | subject: "" | message: "" }}

Parameters:

  • Host: The hostname of the SMTP server.
  • Port: The port of the SMTP server.
  • User & Pass: The credentials for the server.
  • From: The "from" email address.
  • To: The target email address.
  • Subject: The subject of the email.
  • Message: The body contents of the email.

Ⓒ 2024 NeuralSeek, all rights reserved.