facebook

eMail having HTML

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #348184 Reply

    mindvault
    Member

    It seems that email sent out from mobile devices go for the most part in text format. Is there a way to send the email with some html formatting? Can you create a table and send it?

    #348289 Reply

    Hi mindvault,

    One of the outstanding issues is that sending html email across platforms is yet supported by MobiOne’s cordova implementation. The functionality does work on ios platforms ONLY.

    This is an unsupported solution and you mileage will vary as I believe it only works on ios platforms but you can use the phoneui.composeEmail() api directly (see the phoneui.js file in your project’s generated code) and set the isHtml argument to true.

    Another approach that will send the email from your Send Email action involves manually modifying the phoneui.composeEmailFromPage() where it calls phoneui.composeEmail() to pass true instead of false for the isHTML parameter. This would enable you to enter html in the Email editor.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: eMail having HTML

You must be logged in to post in the forum log in