Skip to content
Merged
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 charts/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