Here’s one for ya!
I’m using Tiggs test where, at the end of the test the end user can send an email to who ever. My client uses Lotus Notes for their email and none of the information that’s pasted to the body will come up on the newly created mail.
Here is the email part of our code:
<IR_ACTIONS_LIST>
<Action name="Open">
<Type>7</Type>
<Function>0</Function>
<DTIndentLevel>0</DTIndentLevel>
<Enabled>1</Enabled>
<ErrorHandling>
<UserNotificationMode>2</UserNotificationMode>
<CustomErrorMessage/>
<OnErrorAction>0</OnErrorAction>
<JumpToLabel/>
</ErrorHandling>
<FileName>mailto:[email protected]?Subject=Ans wers%20to%20Quiz%20from%20%UserName%(%EmployeeNumb er%)&amp;Body=%SelectedAnswers%%0D%0AFinalScor e%20=%20%FinalScore%%0D%0AWrongAnswers%20=%20%Wron gAnswers%</FileName>
<Verb>open</Verb>
<WorkingDir/>
<RunMode>0</RunMode>
</Action>
</IR_ACTIONS_LIST>
Any ideas?
I’m using Tiggs test where, at the end of the test the end user can send an email to who ever. My client uses Lotus Notes for their email and none of the information that’s pasted to the body will come up on the newly created mail.
Here is the email part of our code:
<IR_ACTIONS_LIST>
<Action name="Open">
<Type>7</Type>
<Function>0</Function>
<DTIndentLevel>0</DTIndentLevel>
<Enabled>1</Enabled>
<ErrorHandling>
<UserNotificationMode>2</UserNotificationMode>
<CustomErrorMessage/>
<OnErrorAction>0</OnErrorAction>
<JumpToLabel/>
</ErrorHandling>
<FileName>mailto:[email protected]?Subject=Ans wers%20to%20Quiz%20from%20%UserName%(%EmployeeNumb er%)&amp;Body=%SelectedAnswers%%0D%0AFinalScor e%20=%20%FinalScore%%0D%0AWrongAnswers%20=%20%Wron gAnswers%</FileName>
<Verb>open</Verb>
<WorkingDir/>
<RunMode>0</RunMode>
</Action>
</IR_ACTIONS_LIST>
Any ideas?
Comment