Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation: HTML emails are not supported #1

Open
johnjohndoe opened this issue Mar 21, 2016 · 3 comments
Open

Update documentation: HTML emails are not supported #1

johnjohndoe opened this issue Mar 21, 2016 · 3 comments

Comments

@johnjohndoe
Copy link

How can I send HTML formatted text using your library similar to ShareCompat.IntentBuilder.setHtmlText()?

@cketti
Copy link
Owner

cketti commented Mar 21, 2016

This is not something that is supported with mailto: URIs.

If you want to use that feature the only option I know of is the generic share intent ACTION_SEND. But even then email clients may not support HTML and only look at EXTRA_TEXT.

@johnjohndoe
Copy link
Author

I think you should make it more obvious that HTML formatted messages are not supported by your library. One might pass an HTML string into .body() with the assumption it will create an HTML email.

@cketti cketti changed the title HTML formatted text Update documentation: HTML emails are not supported Mar 21, 2016
@cketti
Copy link
Owner

cketti commented Mar 21, 2016

👍 Will do.

I keep forgetting that not all people are as excited about email as I am and hence don't know about all the little details :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants