I am trying to send e-mail in Android using the JavaMail API using Gmail authentication , but the recipient getting question marks"????????" instead of Arabic text on email messages . Is it a Unicode problem or what? how do I send text messages that don't appear as question marks at the recipient?
I am applying this example Sending Email in Android using JavaMail API without using the default/built-in app
thanks in advance,,,