lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: <title> SMTP test fails with valid email input.

Open rjamesnw opened this issue 9 months ago • 0 comments
trafficstars

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

I have a new SMTP query (to send email) and I have an input like this:

Image

And the "Recipient" set as this:

Image

It's doesn't work; HOWEVER, it does work when used in an app query:

Image

In a similar issue, this works in test but NOT when used in an app or module:

Image

Image

Again, works great in testing, but fails when used outside testing (tested with strings and arrays of strings, using same test emails).

Expected Behavior

Input test code pop-up correctly shows it as an array:

Image

I expected the test to work.

Steps to reproduce

As mentioned above.

Environment

Version: 2.6.0-"dev #73ad9ee"

Additional Information

No response

rjamesnw avatar Feb 02 '25 09:02 rjamesnw