diff --git a/frappe/email/queue.py b/frappe/email/queue.py index dbbec7bd12..be7f3f9f7d 100755 --- a/frappe/email/queue.py +++ b/frappe/email/queue.py @@ -495,6 +495,7 @@ def prepare_message(email, recipient, recipients_list): 'fcontent': fcontent, 'parent': msg_obj }) + attachment.pop("fid", None) add_attachment(**attachment) return msg_obj.as_string()