-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any posibility to send attachments with email in email activity in workflow ? #5108
Comments
I have a job form and it contain candidate CV in pdf form how do I can send that pdf through email to the recipient email address? or is there any other way to do this ? |
The current email abstraction APIs doesn't support sending an attachment file, but we could add this feature in the future releases |
any other solution for this ? what should you propose ? |
M suggestion is to create a new implementation of |
First we need a task to extract files from POST requests. Then save it temporarily and then another task that could join files to emails. |
Hello All, I'm running into the same issue now even two years later as I am just learning about using the workflow activities. Has there been any update on this? I mean in regards to adding the attachment feature. |
I would also welcome this feature. imho related to #6027 |
I need it for my project anyway, so I created a POC for OC too. #12218 |
We need a different issue to track adding an API in the email service to send file. @MikeKry I believe that this PR is adding support to send files to a workflow and store them, which is a different step. |
@sebastienros we already support attachments in |
@hishamco my bad then, it's just about the workflows. |
Which means what @MikeKry did is the good first task, support file uploads in workflows. Next step would then be to be able to attach one of these files in an email task. Or another file that is not coming from the workflow (media). |
I'm still suggesting to rid-off media abstractions in |
I confirm that email API already can send attachments. Mentioned PR handles attachment downloading to FileSystem and also handles attaching them to Email Task and sending via email. But it should be reviewed if it is safe and if it fits OC architecture. |
My concern here to remove the dependency on media APIs and follow what described above |
can you assign issue to me |
@Abhi441 if you want to work on this, feel free to send a PR |
can you connect for giving kt on issue and application . |
I didn't understand your question?!! |
No description provided.
The text was updated successfully, but these errors were encountered: