When trying to send an email using the Email Extended. An error occures in the SC error log saying:
The file '/{Modulename}/{Emailname}.aspx' does not exist.
Hi David,
How are you filling the parameters of the SendEmail action? These should be filled like this:
You don't need any slashes or .aspx ending, just the name of the module and the name of the screen of the type email, plus the parameters in case you have them.
By the way, I could only use it to send emails that were created in the scope of Traditional Web applications, I don't think it works sending on Reactive applications. At least, last time I tried which was a couple of months ago.
Kind Regards,João
The module name and email name are as strings. I do use Reactive, so that might be the problem.
Do the parameter values also have to be like this: "<ParameterValue>" and not just the input parameter value you need (so like this: <ParameterValue>)
From the error, the extension seems to be creating the URL of the screen as if it was a Traditional Web screen (thus the .aspx), and hence the error.
It would be a good add-on to the component that, by the time it was created, there was no emails in Reactive yet, I believe.
João is correct. This is intended to use with Traditional Web Apps only. Will need to do some investigation to see if it can support Reactive Emails in the future.
Is there also a possibility to translate emails in reactive?
Are there any updates on this topic? How this extension can be used for Reactive Email?
OutSystems changed how the platform handles emails in Reactive Web Apps, and it's no longer possible for this component to work with it.
Unfortunately this component will only work with emails from Traditional Web Apps.
Hi Miguel,
is there an Api or function (in order to build an extension or a new component on it) of OutSystems that allows to send Email in Reactive Web Apps using Module Name and Email Name as input parameters?
Thank you,
Simone