Skip to content

Commit

Permalink
update: sendgrid template IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Dec 14, 2023
1 parent 3c59140 commit c45a410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/src/utils/email_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class ContactInfo(Protocol):

class Template(str, Enum):
# TODO: provide actual template IDs
CONFIRMATION_EMAIL = "d-2026cde7bebd45ad85723443808c5817"
GUEST_TOKEN = "d-b19f08e584cb4c0f97b55f567ee10afc"
CONFIRMATION_EMAIL = "d-e053b7a4bedd449bafda46c6512d531c"
GUEST_TOKEN = "d-d962252a87844188880d7bd19a5b2fbf"


async def send_application_confirmation_email(user: ContactInfo) -> None:
Expand Down

0 comments on commit c45a410

Please sign in to comment.