cancel
Showing results for 
Search instead for 
Did you mean: 

Sending email from UI5 application

former_member194533
Participant
0 Kudos
7,474

Hi Experts ,

           I have a requirement to send an Email from Ui5 application (from front end itself not from back end).  I have used sap.m.URLHelper.triggerEmail . This is triggering only till composing the mail but not sending the mail . I want the mail also to be sent so that the user no need to click on send button in the mail composed. Can anyone suggest how to do that .

Thanks

Rizwan

View Entire Topic
former_member203031
Contributor
0 Kudos

Hi Rizwan,

For triggering a mail:

        var a = "abc@some.com";

       "sap.m.URLHelper.triggerEmail(a, "SUBJECT");"

This will trigger the email after this we have click on send button,but as per your question this is not the solution.

Please refer the link below:


How to send the automatic emails in sapui5? | SCN

If you got any info please share the solution.

Thanks,

Deepak.

Pavan24
Explorer
0 Kudos

Hai Experts,


 Is this Query got a Solution?Please share me the Solution if its satisfy's the actual requirement.

Thanks & Regards,
Pavan.