Skip to content

Commit

Permalink
Update Intelcom Shipper
Browse files Browse the repository at this point in the history
Intelcom changed its name to Dragonfly and updated email notifications.
  • Loading branch information
glbailey committed Dec 1, 2024
1 parent 3611e96 commit 4e37e33
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,23 +575,29 @@
"purolator_tracking": {"pattern": ["\\d{12,15}"]},
# Intelcom
"intelcom_delivered": {
"email": ["notifications@intelcom.ca"],
"email": ["notifications@intelcom.ca", "notifications@dragonflyshipping.ca", "notifications@dragonflyshipping.com"],
"subject": [
"Your order has been delivered!",
"Your package has been delivered",
"Hooray! Your package is here",
"Votre commande a été livrée!",
"Votre colis a été livré!",
],
},
"intelcom_delivering": {
"email": ["notifications@intelcom.ca"],
"email": ["notifications@intelcom.ca", "notifications@dragonflyshipping.ca", "notifications@dragonflyshipping.com"],
"subject": [
"Your package is on the way!",
"Your package is on its way",
"Votre colis est en chemin!",
],
},
"intelcom_packages": {
"email": ["notifications@intelcom.ca"],
"subject": ["Your package has been received!"],
"email": ["notifications@intelcom.ca", "notifications@dragonflyshipping.ca", "notifications@dragonflyshipping.com"],
"subject": [
"Your package has been received!",
"We've received your package",
],
},
"intelcom_tracking": {"pattern": ["INTLCMD[0-9]{9}"]},
# Walmart
Expand Down

0 comments on commit 4e37e33

Please sign in to comment.