Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion drupal/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ Your site is available at:
{{- end }}

{{- if .Values.mailhog.enabled }}

Mailhog available at:

http://{{- template "drupal.domain" . }}/mailhog
{{- range $index, $domain := .Values.exposeDomains }}
http://{{ $domain.hostname }}/mailhog
{{- end }}
⚠️ **DEPRECATED** mailhog is deprecated and will be removed in the future, use mailpit instead
See: https://wunderio.github.io/silta/docs/silta-examples#sending-e-mail
{{- end }}

{{- if .Values.mailpit.enabled }}
Expand Down
2 changes: 2 additions & 0 deletions frontend/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Mailhog available at:
{{- range $index, $domain := .Values.exposeDomains }}
http://{{ $domain.hostname }}/mailhog
{{- end }}
⚠️ **DEPRECATED** mailhog is deprecated and will be removed in the future, use mailpit instead
See: https://wunderio.github.io/silta/docs/silta-examples#sending-e-mail
{{- end }}

{{- if .Values.mailpit.enabled }}
Expand Down