Hi, I have an issue with a workflow step "SEND MAIL". I use the standard method "SENDTASKDESCRIPTION" of the BO "SELFITEM" passing the mail address that I have stored as attribute in my custom BO (I read it from PA0105-USRID_LONG).
When the workflows starts, the first step is this sendmail task and doesn't work. I have set as ReceiverType "U" and as address the attribute "mailaddress" of my custom BO (&MYBO.MAILADDRESS&).
In this case I get as error:
MessageText: "Document xxx could not be sent"
Exception: 1001
Error Type: 1
Area: SO
Message: 23
If i put as first step another sendmail task with ReceiverType "U" and my own mailaddress (written as xxx.xxx@xxx.xx), also the step I described before works fine.
Could you please help me?
Thanks in advance.