I must have missed something in configuration when I setup the new TS server. I'm trying to get ramped-up with the new Workflow Modeler 1.0.0. I'm attempting to utilize the EMail task.
I reviewed knowledge base document 59204 that Andy Knipp authored and modified the iwov_emailmap.pm file to utilize the tsusers.xml configuration.
Turning on all possible debugging I am encountering an Exception while sending mail: SMTP RCPT command failed. The place it's occuring is when the address is being assigned: (MIME::Lite)
:

MTP=GLOB(0x2c8e75c)<<< 250 OK
:

MTP=GLOB(0x2c8e75c)>>> MAIL FROM:
:

MTP=GLOB(0x2c8e75c)<<< 250 2.1.0
dosborne@netjets.com....Sender OK
:

MTP=GLOB(0x2c8e75c)>>> RCPT TO:<
@netjets.com>
:

MTP=GLOB(0x2c8e75c)<<< 501 5.5.4 Invalid Address
If I move up more toward the top of the debug information I discover the mail header template is not setting up the correct smtp information from the user information:
[html]
@netjets.com
etc...
[/html]
I'm assuming that I missed something in the WorkFlow Modeler however, I'm not sure where this information is coming from. I'm assuming I am missing a iw_value name="user_task@owner" but do not know where it needs to be.
Any ideas?
-Dave
(Upgrading to 6.7.1 SP3 on W2K3)