Send email

Certified Senior Developer

So I've been configuring a send e-mail node and for some reason it wouldn't send out an e-mail. The node wouldn't error out, but no e-mails were getting sent out. It was driving me crazy until on a whim I decided to remove the variable I had sitting in the subject line to make it dynamic and suddenly it works perfectly. So the e-mail only seems to get sent as long as I don't put an expression of any sort other than a literal string in that subject line. Is this a bug, or is this expected behavior? Assuming it's a bug, can we get it fixed? 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Marco

    That looks like it should work, in general.  Purely for troubleshooting reasons could you try wrapping the whole expression in "tostring()" and see if it happens to work then?  Is there any chance you got some sort of errors in the Tomcat logs?  If you can really reproduce this issue and verify it always boils down to whether there's anything other than text listed in the expression, i'd consider it grounds for an Appian support case.

Children