This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
miniauthold/pkg/smtpclient/error.go
kekskurse 9f2c0f6b9c
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline was successful
ci/woodpecker/push/deplyoment Pipeline was successful
chore: smtp template and error handling for error@error.error
2025-03-13 23:48:42 +01:00

5 lines
113 B
Go

package smtpclient
import "errors"
var ErrCantSendMailToErrorMail = errors.New("cant send mail to error mail")