Support Forum

Ask questions and get help from MobileTogether experts.
MobileTogether Product Information
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
Yannic  
#1 Posted : Monday, November 25, 2019 2:13:04 PM(UTC)
Yannic

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
bbv  
#2 Posted : Monday, November 25, 2019 7:13:39 PM(UTC)
bbv

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
Yannic  
#3 Posted : Wednesday, December 11, 2019 2:43:54 PM(UTC)
Yannic

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.
File Attachment(s):
Mailing.mtd (11kb) downloaded 33 time(s).
MIP  
#4 Posted : Monday, December 16, 2019 8:13:48 AM(UTC)
MIP

Rank: Member

Groups: Registered
Joined: 7/22/2019(UTC)
Posts: 22
Austria
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.html

If 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
thanks 1 user thanked MIP for this useful post.
Yannic on 12/16/2019(UTC)
Users browsing this topic
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.