Skip to content

Commit fba3cdd

Browse files
author
Ludvik Jerabek
committed
Add Canada region
1 parent 6641b5f commit fba3cdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ser_mail_api/v1/common/region.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88

99
class Region(Enum):
1010
US = 'mail-us.ser.proofpoint.com'
11+
CA = 'mail-ca.ser.proofpoint.com'
1112
EU = 'mail-eu.ser.proofpoint.com'
1213
AU = 'mail-aus.ser.proofpoint.com'

0 commit comments

Comments
 (0)