on 2016 Jun 08 11:24 AM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.