anvil.email.send()

We were trying to do inline attachment of logo/image in anvil.email.send() but it seems when we add html=xyz along with text=abc the text just disappears at the recipient’s end.

It could be a potential bug or maybe it’s just not possible to have both the arguments together in anvil.email.send(). Now the other challenge is when we embed text+link in html it goes as hyperlink to Gmail emails, but outlook users get it as just a plain text.

Do you have any suggestion to send it as hyperlink to all the platforms?

Format: anvil.email.send(user, subject, html = f""“our stuff + link + “””, inline_attachment={‘xyz’: xx}