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
Hi @Gianluca Ghioni, please refer to this documentation to send emails with attachments in the reactive application.
Adding email attachmentsThanksGitansh Anand
thanks a lot,
i need to send emails WITHOUT attachment.
it seems it's not possible since the attachment parameter is mandatory.
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.
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 :(
Ok, let me check the code.
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.