Revision c7c640d903f4dfc2cc9b685ada1587ce4ae4e4be authored by Joe Blubaugh on 13 October 2022, 02:24:00 UTC, committed by GitHub on 13 October 2022, 02:24:00 UTC
The email notifier was incorrectly handling Windows filepaths. This is
fixed by using the `path/filepath` package.
1 parent 254bb0c
History
File Mode Size
codes.go -rw-r--r-- 3.1 KB
codes_test.go -rw-r--r-- 4.0 KB
email.go -rw-r--r-- 913 bytes
mailer.go -rw-r--r-- 3.4 KB
mock.go -rw-r--r-- 1.2 KB
notifications.go -rw-r--r-- 6.5 KB
notifications_test.go -rw-r--r-- 9.0 KB
send_email_integration_test.go -rw-r--r-- 2.2 KB
smtp.go -rw-r--r-- 3.4 KB
smtp_test.go -rw-r--r-- 2.8 KB
testing.go -rw-r--r-- 836 bytes
webhook.go -rw-r--r-- 2.9 KB

back to top