Commit fb40429
authored
Fix HTML email sending on Android API 24+ (#4346)
Fixed #3386
Added `android.intent.extra.HTML_TEXT` to the email intent when sending HTML messages. This ensures modern email clients (like Gmail) render the HTML content correctly instead of stripping it or displaying plain text.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 1c10534 commit fb40429
File tree
1 file changed
+1
-0
lines changed- Ports/Android/src/com/codename1/impl/android
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6977 | 6977 | | |
6978 | 6978 | | |
6979 | 6979 | | |
| 6980 | + | |
6980 | 6981 | | |
6981 | 6982 | | |
6982 | 6983 | | |
| |||
0 commit comments