4084
Views
12
Comments
Solved
Send email with attachment
Question

How do i send a email with attachment? That old tutorial for me doesnt work since that i dont have and didnt find any Attach File on my environment, and i didnt finde any field to do this on the Send Email...

2020-02-28 09-46-54
Eduardo Jauch
Solution

Hello Vinicius.

https://success.outsystems.com/Documentation/Development_FAQs/How_to_send_emails_with_attachments

This tutorial is from April.
The attachment is madeinside the preparation of the mail itself.

Cheers,
Eduardo Jauch

UserImage.jpg
Dileep Rajam

Eduardo Jauch wrote:

Hello Vinicius.

https://success.outsystems.com/Documentation/Development_FAQs/How_to_send_emails_with_attachments

This tutorial is from April.
The attachment is madeinside the preparation of the mail itself.

Cheers,
Eduardo Jauch

Hi Is there a way to export entity data to excel and send it via an email in mobile app 


UserImage.jpg
Manorama Malviya

Hi

I want to attach a file when sending mail. I have just go through this but its not getting open.do you have any solution?

EmailReactive.oml
2020-02-28 09-46-54
Eduardo Jauch

Hello Vinicius,

Did this solved your problem?

Cheers,
Eduardo Jauch

2017-02-23 11-12-25
Eric Halim

And also make sure you have SMTP server configured from Service Center...

2020-02-28 09-46-54
Eduardo Jauch

In OutSystems the way for you to do it is through SERVER side.

You need a Web module, with a public server action, that will send the mail.

Just use the ListToExcel statement in the preparation. The result is the excel binary. Use it as the content to the attachment.

In the mobile module, use a Server Action to call the server action from the web module.

Cheers.

UserImage.jpg
Dileep Rajam

Eduardo Jauch wrote:

Yes. Just use the ListToExcel statement in the preparation. The result is the excel binary. Use it as the content to the attachment.

Cheers.

Hi Eduardo,

Can you please help me how can i do this in Mobile application. There is no Preparation screen or AttachmentFile wizard in mobile


2020-02-28 09-46-54
Eduardo Jauch

You have this forge example on how to do it:

https://www.outsystems.com/forge/Component_Details.aspx?ProjectId=3326

Cheers.

UserImage.jpg
May Zin Linn

Hello!

I want to sent mail from web screen but I have no enough information.

Someone, please help me to get more detail information.

https://success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Send_an_Email_From_a_Web_Application

2020-10-30 00-51-44
EiMon WinAung

May Zin Linn wrote:

Hello!

I want to sent mail from web screen but I have no enough information.

Someone, please help me to get more detail information.

https://success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Send_an_Email_From_a_Web_Application

Hay sis !

You should open the new case if you like to get the best quick response.

And make sure to write detail what you wanna know, what condition makes you face the problem.

As far as i understand your question, you are asking for the detail documentation.


Thanks.

EiMon


2020-12-15 16-38-46
Michael Adams

The link in the solution is broken. Was this control deprecated? 

2021-10-19 19-16-35
Ashish-S

Just adding the new link in case you want to refer.

https://success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Emails_in_Mobile_and_Reactive_Web_Apps/Adding_email_attachments

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