Error ENOENT PICK IMAGE

Hi,
I have an app with an image picker, and after choosing an image from the gallery, it is sent by email using the SMTPClient1 extension.
imagen

The selected image is successfully loaded on the screen. However, upon clicking the “Send By Email” button, the email fails to send and the following error appears: ENOENT.

The blocks are:

I replaced the Image Picker with the camera’s Take Picture function, it works perfectly.

I have searched the community, and although there are posts addressing the ENOENT error, I have been unable to solve this issue. Please, can Anybody help me? I believe @bodymindpower and @Taifun are experts in this subject and may be able to provide assistance.

SmtpClient extension doesn’t accept content uris.

Thank you very much, @vknow360 ! Your solution was correct and it worked.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.