Flow_0scd96e
Flow_0scd96e
Flow_0c60gne
Flow_0wv0swo
Dear Person,
Thank you for using this email example.
I hope this makes sense.
Yours faithfully,
Dan
Flow_0c60gne
Flow_0xrm7iw
if not 'cc' in globals():
cc=None
if not 'bcc' in globals():
bcc=None
if not 'reply_to' in globals():
reply_to=None
attachments = []
if 'doc_codes' in globals():
for item in globals()['doc_codes']:
attachments.append(item['doc_code'])
email(subject=subject, recipients=recipients, cc=cc, bcc=bcc, reply_to=reply_to, attachments=attachments)
Flow_0xrm7iw
Flow_0wv0swo