cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5-EMail-Attachment

0 Kudos

How to send mail in SAP UI5 and attach a file to it ?

Accepted Solutions (1)

Accepted Solutions (1)

maheshpalavalli
Active Contributor

Just using UI5, you cannot. You need to use the help of the server to do it. For eg. if you are having abap odata service, then just trigger and action or crud operation and ask the backend team to send a mail.

You can still send using javascipt, but it has limited functionality.. for eg., it will open your default windows inbox with subject and body, but you cannot add attachment then user has to send mail manually.

https://stackoverflow.com/questions/7381150/how-to-send-an-email-from-javascript

Answers (0)