Rank: Member
Groups: Registered
Joined: 11/21/2018(UTC) Posts: 27
Thanks: 6 times
|
Hello, i want to use the "send email"-function. The receiving mailadress is saved in a xml parameter. This works fine on pc, however on iOS the mailadress will not be handed over. All other predefined things (subject etc.) are handed over.
The XML specs are: - persistent on client - load on first use - shared between client and server - save&reset not automatically
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 498
Was thanked: 88 time(s) in 88 post(s)
|
Impossible to answer without seeing your design file
|
|
|
|
Rank: Member
Groups: Registered
Joined: 11/21/2018(UTC) Posts: 27
Thanks: 6 times
|
I designed an application which does exactly the same as my original does.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 7/22/2019(UTC) Posts: 22 Location: Vienna Was thanked: 4 time(s) in 4 post(s)
|
Hi Yannic, i checked your sample and found the issue. What you're doing is concatinating all strings together in a comma separated way. But it is expected to be supplied as a sequence of strings. Some mail clients might check in every single address if there is multiple addresses comma separated, but not on iOS. Here the documentation link about the email action: https://www.altova.com/m...ctions_ui_sendemail.htmlIf you want to keep your comma separated list, you can just use this code for the 'to' of the send email action: tokenize( $Receiver/Root/@Receiver, ', ' ) best regards
|
1 user thanked MIP for this useful post.
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.