Server side data binding does not work for mailer

Wappler Version: 3.6.0
Operating System: Windows 10 Pro

It is impossible to load mailer settings dynamically. Please see video:

1 Like

I am seeing this exact same bug. I know the wappler team just went on Christmas break, any idea of when this will be fixed?

I have no solution for you, sorry. Just a couple thoughts.

You would need to be able to create some sort of database connection or query in order to have something to select dynamically.

Would it work if you just left the settings blank and then added them in your server connect? I suppose you could aways add your mailer settings to your server connect instead of a global?

In what use case would you need to set those dynamically? Curios …

Hi @criniit,
In my case, I have a temporary solution, I created first a reusable query and past it in my action where I have some e-mail to sending. Then I’ve setup Mailer with already created reusable query in editor manually… Now it’s working for me properly, but that’s a bug anyway.