This code work perfectly uncompiled. g.message isn't showing up in the
email when compiled however. Doesn't make sense to me. Any ideas?
TIA!
<MvSMTP
TO="{g.to}"
SUBJECT="{g.subject}"
MAILHOST="{g.mailhost}"
FROM="{g.email}">
<MvEVAL EXPR="{asciichar(10)}">
<MvEVAL EXPR="{g.message}">
</MvSMTP>
--
Best regards,
IDS mailto:[email protected]
Comment