Skip to content

Commit fc9d1c3

Browse files
Add Mailer-Transport (#43)
1 parent 5a15d94 commit fc9d1c3

File tree

2 files changed

+10
-0
lines changed
  • docs/manual/backend-configuration/store-configuration/general-settings/notifications_overview/notifications_gateways

2 files changed

+10
-0
lines changed

docs/manual/backend-configuration/store-configuration/general-settings/notifications_overview/notifications_gateways/_index.de.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ Es ist davon auszugehen, dass dir das mitgelieferte Email-Gateway völlig ausrei
2828
![E-Mail Gateway](email_gateway.png)
2929

3030
{{% notice warning %}}<p>Ohne spezielle Einstellungen versucht Contao die E-Mails über sendmail (https://en.wikipedia.org/wiki/Sendmail) zu versenden. Je nach Hosting-Anbieter steht sendmail allerdings nicht zur Verfügung und es muss auf eine Alternative ausgewichen werden. Dies könnte bspw. der direkte Versand via SMTP sein. Hier hast du die Möglichkeit entweder via <code>parameters.yml</code> die globalen Contao-Einstellungen zu überschreiben (Richtige Einrückung beachten und Leerzeichen statt Tabs verwenden) oder eben für nur ein spezifisches Gateway die Einstellungen anzupassen.</p>{{% /notice %}}
31+
32+
33+
### Mailer-Transport mit Contao 4.13 LTS und Isotope 2.8
34+
35+
Ab Contao 4.10 besteht die Möglichkeit mehrere E-Mail Konfigurationen in Contao zu verwenden. So kann z. B. für den Shop- eine andere Konfiguration wie für den Formularversand verwendet werden. Weitere Details dazu findest du im [Contao-Handbuch](https://docs.contao.org/manual/de/system/einstellungen/#verschiedene-e-mail-konfigurationen-und-absenderadressen).

docs/manual/backend-configuration/store-configuration/general-settings/notifications_overview/notifications_gateways/_index.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ It can be assumed that the email gateway provided is sufficient for you. So in p
3232
{{% notice warning %}}
3333
Without any special settings, Contao tries to send the emails via sendmail[(https://en.wikipedia.org/wiki/Sendmail)](https://en.wikipedia.org/wiki/Sendmail). Depending on your hosting provider, sendmail may not be available and you may have to use an alternative. This could be the direct sending via SMTP. Here you have the option to either overwrite the global Contao settings via `parameters.yml` (note correct indentation and use spaces instead of tabs) or adjust the settings for only one specific gateway.
3434
{{% /notice %}}
35+
36+
37+
### Mailer transport in Contao 4.13 LTS and Isotope 2.8
38+
39+
As of Contao 4.10, it is possible to use multiple email configurations in Contao. For example, you can use a different configuration for the store and for sending forms. More details can be found in the [Contao manual](https://docs.contao.org/manual/en/system/settings/#different-e-mail-configurations-and-sender-addresses).

0 commit comments

Comments
 (0)