0

كيف يمكن إرسال مرفقات المستند عبر الإيميل عند الحاجة؟

عند عمل تنبيه يتم إرساله عن طريق إيميل لإنشاء مستند معين، كيف يمكن إرسال المرفقات الموجودة في هذا المستند مع الإيميل؟

Eldabbas's avatar
9k
Eldabbas
asked 2020-09-14 04:14:29 +0200, updated 2020-09-14 04:28:50 +0200
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

To add an attachment to the email, use a formula like the following : {emailattachment(attachmentField)} {emailattachment("attachmentPathOnTheServer")}

Ex: To Send Attachments of an employee:

subject:Attachments of employee {code} - {name1}
Dear Sir, Please note that the employee {name1} was changed. The email contains all files attached to the employee
{emailattachment(attachment)}{emailattachment(attachment1)}{emailattachment(attachment2)}{emailattachment(attachment3)}{emailattachment(attachment4)}{emailattachment(attachment5)}{emailattachment(mainFile)}

Eldabbas's avatar
9k
Eldabbas
answered 2020-09-14 04:19:51 +0200
Ahmed Qasid's avatar
5.8k
Ahmed Qasid
updated 2020-09-20 15:42:07 +0200
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer