Skip to content

Commit a393da7

Browse files
authored
Merge pull request #148 from wunderio/feature/SLT-1193-depr
SLT-1193: Add deprecation warning for mailhog in release notes
2 parents c308998 + 6aa4660 commit a393da7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/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)