-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
878afca
commit 53be51b
Showing
1 changed file
with
0 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,28 +5,6 @@ | |
|
||
def send_invitation_mail(request, invitation, name, date, location, link, email, fair): | ||
"""Send banquet invitation mail""" | ||
# send_mail( | ||
# "Your invite to the banquet", | ||
# "Hello " | ||
# + str(name) | ||
# + "!\n" | ||
# + "You have been invited to the Grand Banquet of THS Armada.\n" | ||
# + "The banquet takes place " | ||
# + str(date) | ||
# + " at " | ||
# + str(location) | ||
# + ". \nAccess your invitation with the following link:\n" | ||
# + link | ||
# + "\n\nSee you at the banquet!\n" | ||
# + "Best Regards,\n" | ||
# + "The Banquet Team of THS Armada 2023", | ||
# "Armada Banquet <[email protected]>", | ||
# [email], | ||
# ) | ||
|
||
# invitation.has_sent_mail = True | ||
# invitation.save() | ||
|
||
try: | ||
send_mail( | ||
request, | ||
|