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.

E-Mail Configuration: SMTP Settings

The Structr server is able to send notifications by e-mail. In order to enable e-mail, the following configuration has to be present in the global configuration file structr.conf:

# E-Mail settings: Set host and port of an MTA Structr will use to send e-mails
smtp.host = localhost
smtp.port = 25
#smtp.user =
#smtp.password =
smtp.tls.enabled = true
smtp.tls.required = false

The above example shows a configuration of a local MTA (Mail Transfer Agent) on your server (e.g. Postfix).

You can also configure a real mail server of your provider. In this case it is typically required to set username and password for authentication.

Search results for "E-Mail Configuration: SMTP Settings"

We could not find anything matching "E-Mail Configuration: SMTP Settings" in our documentation. Please rephrase your search.

You can also ask your questions in the Structr Google Group or create a free account in the Structr Support Portal.
Click here to send feedback to the Structr team.