AlpVir Well-Known Member Licensed User Longtime User Jun 22, 2015 #1 How to send an email that contains the HTML code ? B4X: Dim Message As Email Message.To.Add("alfa@site.com") Message.Subject = "Test html" Message.Body = "<table><tr><td>Test <b>one</b></td></tr></table>" Message.GetHtmlIntent StartActivity(Message.GetHtmlIntent) Despite numerous tests I have not achieved my goal. Thanks in advance
How to send an email that contains the HTML code ? B4X: Dim Message As Email Message.To.Add("alfa@site.com") Message.Subject = "Test html" Message.Body = "<table><tr><td>Test <b>one</b></td></tr></table>" Message.GetHtmlIntent StartActivity(Message.GetHtmlIntent) Despite numerous tests I have not achieved my goal. Thanks in advance
AlpVir Well-Known Member Licensed User Longtime User Jun 23, 2015 #21 @sorex I think that you're right and that the method I used do not always work. Pending resolution of the problem I used an attachment; It is not very satisfactory, however. Upvote 0
@sorex I think that you're right and that the method I used do not always work. Pending resolution of the problem I used an attachment; It is not very satisfactory, however.
S sorex Expert Licensed User Longtime User Jun 23, 2015 #22 well, still better than nothing at all. Upvote 0