fix(email): use the correct sender address

This commit is contained in:
2025-06-20 19:36:28 -04:00
parent b103afda9a
commit c1371e2549

View File

@@ -13,7 +13,7 @@
},
"Emailer": {
"ApiKey": "re_HPQGrtF8_7xqFQnhyrp5GeseXnZ9pKd4q",
"FromEmail": "Hutopy <notifications@hutopy.ca>"
"FromEmail": "Hutopy <notifications@hutopy.com>"
},
"Authentication": {
"Jwt": {
@@ -28,4 +28,4 @@
"Creators": {
"SlugReservationDuration": "00:05:00"
}
}
}