diff --git a/main.go b/main.go index 8c5f5c0..ac06f7d 100644 --- a/main.go +++ b/main.go @@ -409,7 +409,7 @@ func sendRSVPConfirmation(eventID, email string, numPeople int) { params := &resend.SendEmailRequest{ From: "HCA Events ", To: []string{email}, - Subject: fmt.Sprintf("RSVP Confirmed: %s", event.Name), + Subject: fmt.Sprintf("Thank you for RSVPing to %s", event.Name), Html: html, }