Commit 2589517
committed
Fix HTML email sending on Android API 24+
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.1 parent 1c10534 commit 2589517
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