Possible Duplicate:
How to send email with link to open Android application
I'm making an Android which needs to send an email out which contains two links. I've attempted this by sending an intent with a HTML formatted email.
This works fine if the user uses the inbuilt Gmail client, however when tested on the android email client it seems to strip out the links.
I don't want to force the user to have to use the Gmail client, is there an alternative way to include links in an email, which will work with the inbuilt email client?