39
Views
6
Comments
[Send Mail with Binary Attachments] send no attachment
send-mail-with-binary-attachments
Service icon
Forge asset by Leandro Correa
Application Type
Reactive

hi,


I need to send some emails with and some without attachment.

is it possible?

I can only send empty attachment but it's not the same thing.

thanks

2024-12-10 04-40-04
Gitansh Anand

Hi @Gianluca Ghioni, please refer to this documentation to send emails with attachments in the reactive application.

Adding email attachments

Thanks
Gitansh Anand

2023-09-19 15-09-54
Gianluca Ghioni

thanks a lot,

i need to send emails WITHOUT attachment.

it seems it's not possible since the attachment parameter is mandatory.

thanks

2021-08-30 15-28-09
Leandro Correa

Hi Gianluca,

Yes, it is possible.

The attachment structure/parameter is opcional.

However, as Gitansh mencioned if your application is reactive, you can use the built-in email function of the OutSystems platform.


Kind regards,

Leandro.

2023-09-19 15-09-54
Gianluca Ghioni

hi,

i can't use the built in  email function since it allows to configure only one smtp server and i need more. that's why i'm using this component.

actually the attachment parameter is mandatory :(

2021-08-30 15-28-09
Leandro Correa
2021-08-30 15-28-09
Leandro Correa


Hi,

Sorry for my lateness, I'm facing an issue with Visual Studio... 

Did you try to create an empty structure? I meant, to create an attachment list without attachment items and just pass this structure as the parameter.

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