Skip to content

Commit a6db0c2

Browse files
authored
Merge pull request #484 from wunderio/feature/SLT-1193-depr
SLT-1193: Add deprecation warning for mailhog in release notes
2 parents 42f4be6 + e453f15 commit a6db0c2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

drupal/templates/NOTES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ Your site is available at:
1717
{{- end }}
1818

1919
{{- if .Values.mailhog.enabled }}
20-
20+
2121
Mailhog available at:
2222

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

2931
{{- if .Values.mailpit.enabled }}

frontend/templates/NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Mailhog available at:
2727
{{- range $index, $domain := .Values.exposeDomains }}
2828
http://{{ $domain.hostname }}/mailhog
2929
{{- end }}
30+
⚠️ **DEPRECATED** mailhog is deprecated and will be removed in the future, use mailpit instead
31+
See: https://wunderio.github.io/silta/docs/silta-examples#sending-e-mail
3032
{{- end }}
3133

3234
{{- if .Values.mailpit.enabled }}

0 commit comments

Comments
 (0)