Hello Team,
I need to send email through mobile app but I don't see option to add email screen.
Please advice how should I send email through mobile app.
Thanks and Regards,
Suraj Borade
Hi Suraj,
You need to do this in server side , you must have an espace in outsystems server where you have your entities , You can create a function there to send an email and use it in your mobile espace.
Doing this you can use default Outsystems functionality to send email, else you need to find some cordova plugin to send email directly from mobile.
Regards
-PJ-
Have you got a sample of it? Where is the "default Outsystems functionality" for send email? Can it suport attachements?
Hi Salvador,
Yes you can even send attachment with it because you are sending it through service from Outsystems Server. It will behave like it behaves in Web Application.
thank you Pramond for your response, but you don't response my questions.
I understand now what you are looking for ..
Here are the steps to send email.
1. Configure your environment to send email
https://success.outsystems.com/Documentation/10/Extensibility_and_Integration/Configure_OutSystems_to_Send_Emails
2. After this wherever in your code you want to send email right click in your webflow and add email .
3. In your logic drag the added email widget , it will require some input .
You can design it as you want , i am not writing detail , when you add it you will understand what needs to be done.
I hope this helps you .
Thanks for everything, it was for mobile, I have already found the solution.
Thanks for all
Salvador Romeu escreveu:
Hi Salvador, what was the solution you found for sending email with the mobile device? Do you have any manuals?
Salvador Romeu wrote:
Hi @Salvador,
Can you please share with me how did you manage to send email in mobile app?
Thanks
Sanjivani
Hi @Promod, Add Email option is not appearing for me. What can be the reason?
Hi Sanji,
Add e-mail option is not available in mobile espace , as I mentioned above you need to create an web app and create logic to send e-mail there.
Make you action public and take it reference in your mobile app.
Regards,
Pramod Jain wrote:
Hi Pramod,
Thank you for the reply. I have created a sample reactive web app. I don't find option in web app too.
I have setup my Email configuration as below. Surprisingly it does not have password.
The Add Email option is not available in the Mobile Application as well as in the Reactive Web application Module. Please refer the below link for more information.
Refer this post: https://www.outsystems.com/forums/discussion/55579/how-to-send-email-from-outsystems-11-reactive-web-app#Post227921
Hope this helps you!
Benjith Sam
Benjith Sam wrote:
Hi Benjith,
Thank you so much for the link. I have implemented sending email functionality in my mobile app via traditional web.
Sanji
Sanji wrote:
You are welcome Sanji :)
Glad I could be of help!