Code return in email

Hi, i’ve Make that app ( Send report of a list of checkboxes ), but the return command doesn’t work...
Can u help me?

I would have a look at your DataUri
The "joins" don't look right to me
See here for an example
https://puravidaapps.com/snippets.php#2email

1 Like

Sorry, i’haven’t understand do you think I need to create only one join block for the datauri or change the action from android.intent.action.VIEW to android.intent.action.INSERT?

Look at the example I linked to in order to see how it should be done

Just re-read, you mean that your <br> 's are not working. That is because you are not sending an html email. Try replacing the <br> with an \n or \n\n.

Now it’s perfect, thanks!!!!!!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.