You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to send an email, I'm using the SMTP action, perhaps I'm missing something here but it looks like I can't just use a parameter in the "to" field, such as "email" as string and then provide email parameter in the API. Parameters work fine for me in other Fusio action adapters but for some reason not with the SMTP. Am I missing something or is it really not possible? If not possible, any suggestions for an easy workaround?
The text was updated successfully, but these errors were encountered:
Hi @moryoav yes this is true, at the To field it is not possible to provide input parameters from the request. Basically the SMTP-Send action has two modes, either you provide all data in the request (which could be unsafe) or you configure all parameters at the action, at the body you can then also access parameters from the request s. https://docs.fusio-project.org/docs/backend/api/action/smtp-send
I want to be able to send an email, I'm using the SMTP action, perhaps I'm missing something here but it looks like I can't just use a parameter in the "to" field, such as "email" as string and then provide email parameter in the API. Parameters work fine for me in other Fusio action adapters but for some reason not with the SMTP. Am I missing something or is it really not possible? If not possible, any suggestions for an easy workaround?
The text was updated successfully, but these errors were encountered: