send email when creating new order

This commit is contained in:
Daniel Goc
2026-04-10 15:17:29 +02:00
parent 80d26bba12
commit d4d55e2757
4 changed files with 65 additions and 1 deletions

View File

@@ -18,3 +18,7 @@ type EmailAdminNotificationData struct {
type EmailPasswordResetData struct {
ResetURL string
}
type EmailNewOrderPlacedData struct {
UserID uint
}