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
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
Thanks for your replies . But sad to say none of them satisfy my requirement. .
I have already used URLHelper.triggerEmail. This is already opening the email with To, Subject and content but the user has to click the send button,then only the email will go . But my requirement is to send the email directly without user clicking the send button. Hope you understand my requirement.
Please reply if you need any clarifications.
Thanks
Rizwan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.