Email notification address updates
parent
831cefb2d7
commit
f53e0fe3e0
|
@ -186,7 +186,7 @@ def process_return(edi_filename: pathlib.Path):
|
|||
x3_sku = gtin_to_sku(gtin)['ITMREF_0']
|
||||
uom = fix_uom(uom)
|
||||
line_data.append(f'{x3_sku} {qty_str} {uom} {lot}')
|
||||
simple_email_notification.email_noticication(['bleeson@stashtea.com'],
|
||||
simple_email_notification.email_noticication(['bleeson@stashtea.com','scrinvoices@stashtea.com','business@stashtea.com'],
|
||||
'Shandex Return',line_data)
|
||||
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ SUBDETAIL_NAMES = ['S','sta','pcu','qtypcu','lot','bpslot','sernum']
|
|||
|
||||
def unvalidated_shipments_alert(unvalidated_shipments):
|
||||
to_addresses = ['bleeson@stashtea.com','icortes@yamamotoyama.com','mdelacruz@yamamotoyama.com',
|
||||
'dalmanza@yamamotoyama.com','jpena@yamamotoyama.com']
|
||||
'dalmanza@yamamotoyama.com','jpena@yamamotoyama.com', 'scatalan@yamamotoyama.com']
|
||||
subject = 'Shandex: Unvalidated shipments awaiting receipt'
|
||||
body_text = ['Shipments pending validation:']
|
||||
for record in unvalidated_shipments:
|
||||
|
|
Loading…
Reference in New Issue