1291
Views
14
Comments
Solved
How to send email in mobile app?
Question

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

2025-08-22 10-19-44
Pramod Jain
 
MVP
Solution

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-


UserImage.jpg
Salvador Romeu

Have you got a sample of it? Where is the "default Outsystems functionality" for send email? Can it suport attachements?

2025-08-22 10-19-44
Pramod Jain
 
MVP

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.

UserImage.jpg
Salvador Romeu

thank you Pramond for your response, but you don't response my questions.

2025-08-22 10-19-44
Pramod Jain
 
MVP

Hi Salvador,

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 .


Regards

-PJ-

UserImage.jpg
Salvador Romeu

Thanks for everything, it was for mobile, I have already found the solution.


Thanks for all

2023-04-18 18-18-30
Murilo Antonio de Souza

Salvador Romeu escreveu:

Thanks for everything, it was for mobile, I have already found the solution.


Thanks for all

Hi Salvador, what was the solution you found for sending email with the mobile device? Do you have any manuals?


UserImage.jpg
Sanji

Salvador Romeu wrote:

Thanks for everything, it was for mobile, I have already found the solution.


Thanks for all

Hi @Salvador,


Can you please share with me how did you manage to send email in mobile app?


Thanks 

Sanjivani


UserImage.jpg
Sanji

Hi @Promod, Add Email option is not appearing for me. What can be the reason?


Thanks

Sanjivani

2025-08-22 10-19-44
Pramod Jain
 
MVP

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,

-PJ-

UserImage.jpg
Sanji

Pramod Jain wrote:

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,

-PJ-


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.


Thanks


2021-03-18 21-03-15
Benjith Sam
 
MVP

 

Hi Sanji,

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!


Regards,

Benjith Sam

UserImage.jpg
Sanji

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.


Regards

Sanji


Hi Sanji,

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!


Regards,

Benjith Sam



2021-03-18 21-03-15
Benjith Sam
 
MVP

Sanji wrote:

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.


Regards

Sanji

You are welcome Sanji :)

Glad I could be of help!


Regards,

Benjith Sam

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.