diff --git a/src/templates/confirmed_rdv.html b/src/templates/confirmed_rdv.html index d1e052b..1ce877e 100644 --- a/src/templates/confirmed_rdv.html +++ b/src/templates/confirmed_rdv.html @@ -120,14 +120,14 @@ You will be welcomed - on Dec 10, 2022 in our store at 42 avenue George V at 5:25 - PM. + on Dec 11, 2022 in our store at 24 Faubourg Saint-Honoré at + 3:25 PM. The given hour might be subject to change. Please kindly follow up on your - appointment status on https://rendezvousparis.hermes.com/client/XARMBP + appointment status on https://rendezvousparis.hermes.com/client/M6N2TZ diff --git a/src/utils/send_email_mailjet.py b/src/utils/send_email_mailjet.py index 7a91ca7..aaeb60b 100644 --- a/src/utils/send_email_mailjet.py +++ b/src/utils/send_email_mailjet.py @@ -9,10 +9,10 @@ api_key = "489274f04d5c155f81370fccc3904e20" api_secret = "edac41f0e1726ba49808dfb12204ecd6" mailjet = Client(auth=(api_key, api_secret), version='v3.1') from_email = "panleicim@gmail.com" -# store = "Hermès Paris Faubourg" -store = "Hermès Paris George V" -dest_email = "panleicim@gmail.com" -contact_name = "LUO Meiling" +store = "Hermès Paris Faubourg" +# store = "Hermès Paris George V" +dest_email = "124652097@qq.com" +contact_name = "WEI junhong" f = open(config.ROOT_DIR + "/templates/confirmed_rdv.html", "r") email_body = f.read()